pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql56-client mysql56: update to 5.6.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1c8c9309218
branches:  trunk
changeset: 370661:d1c8c9309218
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 22 20:18:04 2017 +0000

description:
mysql56: update to 5.6.38

Changes in MySQL 5.6.38:

Packaging Notes
---------------
mysqlcheck was missing in the MySQL Server Docker image, which prevented mysql_upgrade from running.

Bugs Fixed
----------
InnoDB: Replication lag occurred on slave instances during large update operations on tables with many partitions.
InnoDB: A failure occurred during an end range comparison.
InnoDB: Enabling the innodb_buffer_pool_load_now setting failed in readonly mode. The event that signals the buffer pool load thread was not initialized.
InnoDB: A long wait for a dictionary operation lock held by a full-text search synchronization operation caused a server exit.
Partitioning: Queries involving NULL were not always handled correctly on tables that were partitioned by LIST.
Replication: When replicating a partitioned table with an index, on a replication slave where HASH_SCAN was specified as part of the slave_rows_search_algorithms setting, the slave I/O thread 
sometimes stopped with an error HA_ERR_KEY_NOT_FOUND.
Replication: Replication clients no longer enable LOCAL capability for LOAD DATA statements, because they do not use LOAD DATA LOCAL statements.
Replication: In case of a failure while creating multiple slave applier worker threads, some threads would be left orphaned and their resources would not be collected. Thanks to Laurynas Biveinis for 
his contribution to fixing this bug.
MSI packages for Windows failed to detect when Microsoft Visual C++ 2010 Redistributable Package was installed.
yaSSL could incorrectly perform TLS cipher negotiation.
The server failed to check the maximum path length for partition names.
Identifiers containing a mixture of backslashes and backticks could be parsed incorrectly.
Source packages for Debian platforms contained prebuilt debug binaries, causing build failures on any architectures other than the one on which those binaries were built.
Uninstalling the daemon_memcached plugin caused a serious error.
Selecting from a view could yield different results with materialization enabled versus materialization disabled.
The Performance Schema failed to check the maximum host length for client connections.
A server error occurred when a full text search result exceeded the innodb_ft_result_cache_limit setting. The patch for this bug also backports a related patch.
If a stored function was considered a constant by the optimizer, calling it from a subquery in a NOT IN condition in the WHERE clause could cause a server exit.
A mysqldump memory leak was fixed.
If a session rolled back to a savepoint and then was killed, the statements up to the point of the savepoint could be committed.
For clients that used Connector/Python and authenticated using the sha256_password plugin, the server could handle connections incorrectly.
NAME_CONST() can return null if incorrect arguments are given. In some cases, this was not handled and could cause a server exit.

diffstat:

 databases/mysql56-client/Makefile.common |   4 ++--
 databases/mysql56-client/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 6cf634eddebf -r d1c8c9309218 databases/mysql56-client/Makefile.common
--- a/databases/mysql56-client/Makefile.common  Sun Oct 22 20:15:31 2017 +0000
+++ b/databases/mysql56-client/Makefile.common  Sun Oct 22 20:18:04 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.42 2017/09/03 08:53:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.43 2017/10/22 20:18:04 adam Exp $
 #
 # used by databases/mysql56-client/Makefile
 # used by databases/mysql56-server/Makefile
 
-DISTNAME=      mysql-5.6.37
+DISTNAME=      mysql-5.6.38
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_MYSQL:=MySQL-5.6/}
 
diff -r 6cf634eddebf -r d1c8c9309218 databases/mysql56-client/distinfo
--- a/databases/mysql56-client/distinfo Sun Oct 22 20:15:31 2017 +0000
+++ b/databases/mysql56-client/distinfo Sun Oct 22 20:18:04 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2017/07/19 18:48:21 adam Exp $
+$NetBSD: distinfo,v 1.44 2017/10/22 20:18:04 adam Exp $
 
-SHA1 (mysql-5.6.37.tar.gz) = 052d315488831cd1dfd150e938f8d6812ef28b7b
-RMD160 (mysql-5.6.37.tar.gz) = 4e168abdbc821ac7c8439dd592de616f6752cc3a
-SHA512 (mysql-5.6.37.tar.gz) = 6935cf11490fb32832468e2a69a9d81a567b1b4ab0afaa0614896e3ddbb95a74b26406284f307637e4b2b9620ef4d96a167128ce7fcb1d338b0ebbc2cef2e597
-Size (mysql-5.6.37.tar.gz) = 32200158 bytes
+SHA1 (mysql-5.6.38.tar.gz) = bbd89dc891799b84ca0228e996bda1ec5365b38a
+RMD160 (mysql-5.6.38.tar.gz) = e2db45ccba30335cb71dedb7f25d199ce51b0dcd
+SHA512 (mysql-5.6.38.tar.gz) = 8144aec822f053fbdfa11ae542e96d3e7da93552b60ed131f041ec4832f48c95025b322340a2e90a82c18b6ee6bfd708f209735f82e37532198245aad697b93d
+Size (mysql-5.6.38.tar.gz) = 32197625 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



Home | Main Index | Thread Index | Old Index