summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2015-12-08 08:49:50 +0000
committeradam <adam>2015-12-08 08:49:50 +0000
commit7023a5f4789c9bb2ebcc1f7a88505f2c11a70ae5 (patch)
treea8f9870f216deb49a8d3b8ce202e060067b8c8aa /databases/mysql56-client/Makefile.common
parent437e562302c4486798750e4a6dc2bd62473329af (diff)
downloadpkgsrc-7023a5f4789c9bb2ebcc1f7a88505f2c11a70ae5.tar.gz
Changes 5.6.28:
MySQL Server RPM packages now contain a conflict indicator for MySQL Connector C, such that an error occurs when installing MySQL Server if MySQL Connector C is also installed. To install MySQL Server, remove any MySQL Connector C packages first. mysql_upgrade now attempts to print more informative errors than FATAL ERROR: Upgrade failed. These client programs now support the --enable-cleartext-plugin option: mysqlcheck, mysqldump, mysqlimport, mysqlshow. This option enables the mysql_clear_password cleartext authentication plugin. (See The Cleartext Client-Side Authentication Plugin.) Support for building with Solaris Studio 5.13 was added. Performance Schema digests in DIGEST_TEXT columns have ... appended to the end to indicate when statements exceed the maximum statement size and were truncated. This is also now done for statement text values in SQL_TEXT columns. 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 13b4daca693..391aab3b623 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.28 2015/10/07 11:22:00 adam Exp $
+# $NetBSD: Makefile.common,v 1.29 2015/12/08 08:49:50 adam Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
-DISTNAME= mysql-5.6.27
+DISTNAME= mysql-5.6.28
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.6/}