summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authoradam <adam>2016-09-07 13:13:36 +0000
committeradam <adam>2016-09-07 13:13:36 +0000
commite6403e07886ec9c03be13186efe96291e3b82b55 (patch)
tree7d754b6058163c0cac4b854e7450f805ab943632 /databases/mysql55-server
parent50970e40b4d82190c389dbd4456b2045c23a7c99 (diff)
downloadpkgsrc-e6403e07886ec9c03be13186efe96291e3b82b55.tar.gz
Changes in MySQL 5.5.52 (2016-09-06)
Bugs Fixed ---------- Replication: mysqlbinlog --read-from-remote-server log1 log2 was opening a new connection for log2 without freeing the connection used for log1. Thanks to Laurynas Biveinis for the contribution. (Bug 81675, Bug 23540182) For mysqld_safe, the argument to --malloc-lib now must be one of the directories /usr/lib, /usr/lib64, /usr/lib/i386-linux-gnu, or /usr/lib/x86_64-linux-gnu. In addition, the --mysqld and --mysqld-version options can be used only on the command line and not in an option file. (Bug 24464380) It was possible to write log files ending with .ini or .cnf that later could be parsed as option files. The general query log and slow query log can no longer be written to a file ending with .ini or .cnf. (Bug 24388753) Privilege escalation was possible by exploiting the way REPAIR TABLE used temporary files. (Bug 24388746) Certain internal character-handling functions could fail to handle a too-large character and cause a server exit. (Bug 23296299) A blank server name in CREATE SERVER statements produced a server exit rather than an error. (Bug 23295288) The optimizer failed to check a function return value for an area calculation, leading to a server exit. (Bug 23280059) A prepared statement that used a parameter in the select list of a derived table that was part of a join could cause a server exit. (Bug 22392374, Bug 24380263) MEDIUMINT columns used in operations with long integer values could result in buffer overflow. (Bug 19984392) EINTR handling in the client library has been fixed so that interrupted read and write calls are retried. Previously, EINTR was ignored. (Bug 82019, Bug 23703570)
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/PLIST4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST
index 4566086afb1..b1e6474bd31 100644
--- a/databases/mysql55-server/PLIST
+++ b/databases/mysql55-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2016/08/04 10:09:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2016/09/07 13:13:36 adam Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -3673,7 +3673,6 @@ share/mysql/test/suite/perfschema/include/privilege.inc
share/mysql/test/suite/perfschema/include/setup_helper.inc
share/mysql/test/suite/perfschema/include/start_server_common.inc
share/mysql/test/suite/perfschema/include/upgrade_check.inc
-share/mysql/test/suite/perfschema/r/aggregate.result
share/mysql/test/suite/perfschema/r/bad_option_1.result
share/mysql/test/suite/perfschema/r/bad_option_2.result
share/mysql/test/suite/perfschema/r/bad_option_3.result
@@ -3754,7 +3753,6 @@ share/mysql/test/suite/perfschema/r/start_server_off.result
share/mysql/test/suite/perfschema/r/start_server_on.result
share/mysql/test/suite/perfschema/r/tampered_perfschema_table1.result
share/mysql/test/suite/perfschema/r/thread_cache.result
-share/mysql/test/suite/perfschema/t/aggregate.test
share/mysql/test/suite/perfschema/t/bad_option_1.test
share/mysql/test/suite/perfschema/t/bad_option_2.test
share/mysql/test/suite/perfschema/t/bad_option_3.test