summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2014-10-01 08:34:23 +0000
committeradam <adam>2014-10-01 08:34:23 +0000
commit75b89bba036dd2637424a306307c52e832f47003 (patch)
treeab675dc1664edd660175eb8ae551a8deef76e5d9 /databases/mysql56-client/Makefile.common
parent32f8bedb9cc0164fb48114007d4de704487d97f5 (diff)
downloadpkgsrc-75b89bba036dd2637424a306307c52e832f47003.tar.gz
Changes 5.6.21:
The --skip-innodb option is now deprecated and its use results in a warning. It will be removed in a future MySQL release. This also applies to its synonyms (--innodb=OFF, --disable-innodb, and so forth). MySQL Enterprise Edition now includes a set of encryption functions based on the OpenSSL library that expose OpenSSL capabilities at the SQL level. Replication: The new variable simplified_binlog_gtid_recovery can be used to change the way binary log files are searched for previous GTIDs during recovery, speeding up the process when a large number of binary log files exist. Internally, spatial data types such as Geometry are represented as BLOB values, so when invoked with the --hex-blob option, mysqldump now displays spatial values in hex. Bugs Fixed...
Diffstat (limited to 'databases/mysql56-client/Makefile.common')
-rw-r--r--databases/mysql56-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index 4f5cef2c5c7..9eb5742f59e 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.18 2014/09/24 10:02:14 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.19 2014/10/01 08:34:23 adam Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
-DISTNAME= mysql-5.6.20
+DISTNAME= mysql-5.6.21
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.6/}