summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2013-06-04 18:17:25 +0000
committeradam <adam>2013-06-04 18:17:25 +0000
commit3c17141db5fabaabf9cca2fa759c3470dc58ce74 (patch)
treec1194e22db572e9b73317534252fba9ee5c942c8 /databases/mysql56-client/Makefile.common
parent685000c2baa218a76570ae25c3a23180e97b214e (diff)
downloadpkgsrc-3c17141db5fabaabf9cca2fa759c3470dc58ce74.tar.gz
Changes 5.6.12:
* mysql_upgrade now verifies that the server version matches the version against which it was compiled, and exits if there is a mismatch. In addiion, a --version-check option permits specifying whether to enable version checking (the default), or disable checking if given as --skip-version-checking. * 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 7c952043325..fdb70571604 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.4 2013/04/20 08:06:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2013/06/04 18:17:25 adam Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
-DISTNAME= mysql-5.6.11
+DISTNAME= mysql-5.6.12
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.6/}