summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2016-06-14 16:49:17 +0000
committeradam <adam>2016-06-14 16:49:17 +0000
commiteb0cbb6bdf2a234134e6e7d3564dfe66a64f8af6 (patch)
treec5dc96a3a93ba7dfae53fd760bae1163f08ff1ab /databases/mysql55-client/Makefile.common
parentf65ed6256de7052e05d1834707070c1b1ae72823 (diff)
downloadpkgsrc-eb0cbb6bdf2a234134e6e7d3564dfe66a64f8af6.tar.gz
Changes 5.5.0:
Functionality Added or Changed The version of the tcmalloc library included in MySQL distributions was very old. It has been removed and is no longer included with MySQL. Bugs Fixed INSERT with ON DUPLICATE KEY UPDATE and REPLACE on a table with a foreign key constraint defined failed with an incorrect “duplicate entry” error rather than a foreign key constraint violation error. Setting sort_buffer_size to a very large value could cause some operations to fail with an out-of-memory error. Several potential buffer overflow issues were corrected. If the CA certificate as given to the --ssl-ca option had an invalid path, yaSSL returned an error message different from OpenSSL. Now both return SSL connection error: SSL_CTX_set_default_verify_paths failed. Some string functions returned one or a combination of their parameters as their result. If one of the parameters had a non-ASCII character set, the result string had the same character set, resulting in incorrect behavior when an ASCII string was expected. A null pointer dereference of a parser structure could occur during stored procedure name validation. mysqld_multi displayed misleading error messages when it was unable to execute my_print_defaults.
Diffstat (limited to 'databases/mysql55-client/Makefile.common')
-rw-r--r--databases/mysql55-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common
index 58ebf9b8024..9499186c7f5 100644
--- a/databases/mysql55-client/Makefile.common
+++ b/databases/mysql55-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.51 2016/04/18 10:01:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.52 2016/06/14 16:49:17 adam Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
-DISTNAME= mysql-5.5.49
+DISTNAME= mysql-5.5.50
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/}