diff options
author | adam <adam@pkgsrc.org> | 2018-01-16 16:23:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-16 16:23:20 +0000 |
commit | 83cc29dcc28ecb01364c7a0980b5535082d25306 (patch) | |
tree | fb47dcf292b8b803549c4b5f8aaacc5a0cffe59a /databases/mysql55-client | |
parent | 4d5436ad80b0c5650cab08b74a1fc7ecaa7d82ce (diff) | |
download | pkgsrc-83cc29dcc28ecb01364c7a0980b5535082d25306.tar.gz |
mysql55: updated to 5.5.59
MySQL 5.5.59:
Configuration Notes
* For RHEL, SLES, and Fedora RPMs, the default plugin directory for debug builds has been changed from /usr/lib64/mysql/plugin to /usr/lib64/mysql/plugin/debug.
Test Suite Notes
* Documentation for the MySQL Test Suite is now maintained in the MySQL source tree using Doxygen (see http://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_MYSQL_TEST_RUN.html). The related Unix man pages that previously were produced from the old test suite manual are no longer updated and have gone out of date. Consequently, they are no longer included in MySQL distributions.
Bugs Fixed
* InnoDB: Warnings that should only appear in a debug version of MySQL were printed to the error log when the length of the history list exceeded 2000000.
* Packaging: Initialization of the MySQL Server Docker container failed with the message “hostname: command not found” when the server was being initialized. That was due to a missing library in the Docker image.
* Partitioning: Queries involving NULL were not always handled correctly on tables that were partitioned by LIST.
* Microsoft Windows: On Windows, with the myisam_use_mmap and flush system variables enabled, MyISAM did not always flush table files properly.
* VALUES() was not handled correctly in some cases.
* Incorrect results or a server exit could result when SHA2() was passed a user-defined variable in some character sets.
* Creating a table with excessive index information could cause a server exit.
* Setting the MYSQL_GROUP_SUFFIX environment variable had no effect.
* A circular dependency problem involving sql/sql_builtin.cc was resolved.
* A prepared statement containing an ORDER BY list that referred to a parameter was not always handled correctly.
Diffstat (limited to 'databases/mysql55-client')
-rw-r--r-- | databases/mysql55-client/Makefile.common | 8 | ||||
-rw-r--r-- | databases/mysql55-client/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common index 0a7230432b3..be15036b441 100644 --- a/databases/mysql55-client/Makefile.common +++ b/databases/mysql55-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.62 2017/10/22 20:15:31 adam Exp $ +# $NetBSD: Makefile.common,v 1.63 2018/01/16 16:23:20 adam Exp $ # # used by databases/mysql55-client/Makefile # used by databases/mysql55-server/Makefile -DISTNAME= mysql-5.5.58 +DISTNAME= mysql-5.5.59 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/} @@ -11,8 +11,8 @@ MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.mysql.com/ LICENSE= gnu-gpl-v2 -DISTINFO_FILE?= ${.CURDIR}/../../databases/mysql55-client/distinfo -PATCHDIR?= ${.CURDIR}/../../databases/mysql55-client/patches +DISTINFO_FILE?= ${.CURDIR}/../../databases/mysql55-client/distinfo +PATCHDIR?= ${.CURDIR}/../../databases/mysql55-client/patches USE_CMAKE= yes USE_LANGUAGES= c c++ diff --git a/databases/mysql55-client/distinfo b/databases/mysql55-client/distinfo index 24d9a75c843..9bfb7d30d82 100644 --- a/databases/mysql55-client/distinfo +++ b/databases/mysql55-client/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.60 2017/10/22 20:15:31 adam Exp $ +$NetBSD: distinfo,v 1.61 2018/01/16 16:23:20 adam Exp $ -SHA1 (mysql-5.5.58.tar.gz) = 37be5e62011113e4c5c1b3095d714cc9800b11df -RMD160 (mysql-5.5.58.tar.gz) = b3cfa70bd59f6a774057d76be6924b06c274b733 -SHA512 (mysql-5.5.58.tar.gz) = a57613034bb7456827d2dfa3e6d1fd006c3bd3f61e6ad4e882bb36a11beca4cf3d76b6b6d2bf0ccdb115d6896a08a7a20d0781a31e22abca2562b7b9a81614b0 -Size (mysql-5.5.58.tar.gz) = 21045852 bytes +SHA1 (mysql-5.5.59.tar.gz) = 97a8bd08a0ba0ba8c44f0d81eac70131990819a2 +RMD160 (mysql-5.5.59.tar.gz) = 40c585476491a954d2ea1523a1db2425aebbc406 +SHA512 (mysql-5.5.59.tar.gz) = 18abca4a607d7f7ad90e9adb989c665302ee85e264f298fdc3591c4d9cd85a2486f1b402aea1ac3672506d1433eb1f3a246da5e4abd04dc41344ed9fed5ef0ae +Size (mysql-5.5.59.tar.gz) = 21050313 bytes SHA1 (sphinx-2.2.11-release.tar.gz) = 34e83f43de0e69e258bf749ea00348c60a51632a RMD160 (sphinx-2.2.11-release.tar.gz) = 5804b4cce64bc03fa20bac26c7391cd661cecc77 SHA512 (sphinx-2.2.11-release.tar.gz) = cf1a262a5b0fbf0bd2827ec6ec629edeaf709ce855a6e7b509b65342baaeb26c02717ca63f1578d32c83d21e2fd6d1e92dceb34660e6351b93cd96fd4e623689 |