Path to this page:
./
databases/mysql80-client,
MySQL 8, a free SQL database (client)
Branch: pkgsrc-2021Q2,
Version: 8.0.24nb1,
Package name: mysql-client-8.0.24nb1,
Maintainer: pkgsrc-usersMySQL is a SQL (Structured Query Language) database server. SQL is the most
popular database language in the world. MySQL is a client-server implementation
that consists of a server daemon `mysqld' and many different client
programs/libraries.
The main goals of MySQL are speed and robustness.
The base upon which MySQL is built is a set of routines that have been used in
a highly demanding production environment for many years. While MySQL is still
in development it already offers a rich and highly useful function set.
The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).
This package contains the MySQL client programs and libraries.
Master sites: (Expand)
Version history: (Expand)
- (2021-07-01) Package added to pkgsrc.se, version mysql-client-8.0.24nb1 (created)
CVS history: (Expand)
2021-06-27 12:13:21 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #6472 - requested by nia
databases/mysql80-client: NetBSD build fix
Revisions pulled up:
- databases/mysql80-client/distinfo 1.3
- databases/mysql80-client/patches/patch-sql_join__optimizer_bit__utils.h 1.1
---
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 27 06:41:56 UTC 2021
Modified Files:
pkgsrc/databases/mysql80-client: distinfo
Added Files:
pkgsrc/databases/mysql80-client/patches:
patch-sql_join__optimizer_bit__utils.h
Log message:
mysql80: use __builtin_ffsll where ffsll is missing
mysql80 uses some inline asm on x86_64, but falls back to the
function on non-x86_64. netbsd does not have a ffsll function.
helps build on non-x86_64.
|