summaryrefslogtreecommitdiff
path: root/databases/mysql56-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-04-08 10:38:48 +0000
committeradam <adam@pkgsrc.org>2015-04-08 10:38:48 +0000
commit24a74020fca695b2a138756878986e09c7305bfe (patch)
tree7b6352f2f3e627c1b6a180865dc49e1ce95bd83a /databases/mysql56-client
parentad8a726b4f1411b060605cbe528b85c44be994cf (diff)
downloadpkgsrc-24a74020fca695b2a138756878986e09c7305bfe.tar.gz
Changes 5.6.24:
* CMake support was updated to handle CMake version 3.1. * The server now includes its version number when it writes the initial “starting” message to the error log, to make it easier to tell which server instance error log output applies to. This value is the same as that available from the version system variable. * ALTER TABLE did not take advantage of fast alterations that might otherwise apply to the operation to be performed, if the table contained temporal columns found to be in pre-5.6.4 format (TIME, DATETIME, and TIMESTAMP columns without support for fractional seconds precision). * Statement digesting as done previously by the Performance Schema is now done at the SQL level regardless of whether the Performance Schema is compiled in and is available to other aspects of server operation that could benefit from it. The default space available for digesting is 1024 bytes, but can be changed at server startup using the max_digest_length system variable. * Bug fixes.
Diffstat (limited to 'databases/mysql56-client')
-rw-r--r--databases/mysql56-client/Makefile.common4
-rw-r--r--databases/mysql56-client/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index d3e7fe6bf4b..afd0a60234f 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.21 2015/02/07 19:23:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2015/04/08 10:38:48 adam Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
-DISTNAME= mysql-5.6.23
+DISTNAME= mysql-5.6.24
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.6/}
diff --git a/databases/mysql56-client/distinfo b/databases/mysql56-client/distinfo
index 31a8ee3f950..42c1dd467e0 100644
--- a/databases/mysql56-client/distinfo
+++ b/databases/mysql56-client/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2015/02/07 19:23:40 adam Exp $
+$NetBSD: distinfo,v 1.22 2015/04/08 10:38:48 adam Exp $
-SHA1 (mysql-5.6.23.tar.gz) = 2d610ba01ab97df042d5946ba0da411da5547c5d
-RMD160 (mysql-5.6.23.tar.gz) = 90e1b18264493434d986f39962d249c176b8469a
-Size (mysql-5.6.23.tar.gz) = 33115859 bytes
+SHA1 (mysql-5.6.24.tar.gz) = 107333582f65ccfbeabef1e602d76a824ac1f6ce
+RMD160 (mysql-5.6.24.tar.gz) = cc1b8e7347e3b0bc0c94a35c1611d1cb82f80799
+Size (mysql-5.6.24.tar.gz) = 33178592 bytes
SHA1 (sphinx-2.2.7-release.tar.gz) = dedae28c0deafda90109745230dacbe0dc441e1a
RMD160 (sphinx-2.2.7-release.tar.gz) = d9f0150f6779b43457e30c77be50aa9bc658b03a
Size (sphinx-2.2.7-release.tar.gz) = 2969037 bytes