aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql56-client
diff options
context:
space:
mode:
authorMahdi Mokhtari <mmokhi@FreeBSD.org>2019-01-21 20:28:04 +0000
committerMahdi Mokhtari <mmokhi@FreeBSD.org>2019-01-21 20:28:04 +0000
commita9adffac758bb83b95424ab475769e17f393074e (patch)
tree77c4b58b13f724b4393433d6f04e8430cc06dc9c /databases/mysql56-client
parent0f1fa13690d6085ccb322c0bd295eae463b902f8 (diff)
downloadports-a9adffac758bb83b95424ab475769e17f393074e.tar.gz
ports-a9adffac758bb83b95424ab475769e17f393074e.zip
databases/mysql56-{client, server}: Update to latest release 5.6.43
This update (released on Jan 21st) includes: Bugfix: -Correct the handling of quotes for identifiers in ROLLBACK TO SAVEPOINT statements. -Don't permit creation of dbs with same name as redo log file (Bug #28867993). -Use strncmp() instead of memcmp() for comparing logfile names (prevent the uninitialized memory as result). More info from upstream: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-43.html Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=490894
Diffstat (limited to 'databases/mysql56-client')
-rw-r--r--databases/mysql56-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile
index b9316791f80a..ffe50772b27e 100644
--- a/databases/mysql56-client/Makefile
+++ b/databases/mysql56-client/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mysql
-PORTREVISION= 1
+PORTREVISION= 0
PKGNAMESUFFIX= 56-client
COMMENT= Multithreaded SQL database (client)