summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authoradam <adam>2016-06-14 16:49:17 +0000
committeradam <adam>2016-06-14 16:49:17 +0000
commit37d0dfd182f8675d59382a93b3c7cc1d4a1f832b (patch)
treec5dc96a3a93ba7dfae53fd760bae1163f08ff1ab /databases/mysql55-server
parent7924c4d5990bb347a4f0d46db926ec3480a5a632 (diff)
downloadpkgsrc-37d0dfd182f8675d59382a93b3c7cc1d4a1f832b.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-server')
-rw-r--r--databases/mysql55-server/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST
index 19a3eb476c9..4030c1a0099 100644
--- a/databases/mysql55-server/PLIST
+++ b/databases/mysql55-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2016/04/18 10:01:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.42 2016/06/14 16:49:17 adam Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -1222,6 +1222,7 @@ share/mysql/test/r/ssl-big.result
share/mysql/test/r/ssl.result
share/mysql/test/r/ssl_8k_key.result
share/mysql/test/r/ssl_and_innodb.result
+share/mysql/test/r/ssl_ca.result
share/mysql/test/r/ssl_cipher.result
share/mysql/test/r/ssl_compress.result
share/mysql/test/r/ssl_connect.result
@@ -6237,6 +6238,7 @@ share/mysql/test/t/ssl.test
share/mysql/test/t/ssl_8k_key-master.opt
share/mysql/test/t/ssl_8k_key.test
share/mysql/test/t/ssl_and_innodb.test
+share/mysql/test/t/ssl_ca.test
share/mysql/test/t/ssl_cipher-master.opt
share/mysql/test/t/ssl_cipher.test
share/mysql/test/t/ssl_compress.test