diff options
author | adam <adam@pkgsrc.org> | 2016-08-04 10:09:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-08-04 10:09:46 +0000 |
commit | 86c0704b0d22269d2ec8254a118b4498250c67de (patch) | |
tree | 431ac0393d2b0ce99e5c86b73a52956a625fdd4c /databases/mysql55-server | |
parent | 80e576ad2dc00bf497ae450d341b6e2afb71ae7f (diff) | |
download | pkgsrc-86c0704b0d22269d2ec8254a118b4498250c67de.tar.gz |
Changes 5.5.51:
Bugs Fixed
Replication: When using statement-based or mixed binary logging format with --read-only=ON, it was not possible to modify temporary tables.
MySQL Server upgrades performed using RPM packages failed when upgrading from MySQL 5.1 Community to MySQL 5.5 Community or MySQL 5.1 Commercial to MySQL 5.5 Commercial.
A buffer overflow in the regex library was fixed.
Certain arguments to NAME_CONST() could cause a server exit.
Installing MySQL from a yum or zypper repository resulted in /var/log/mysqld.log being created with incorrect user and group permissions.
If a stored function updated a view for which the view table had a trigger defined that updated another table, it could fail and report an error that an existing table did not exist.
If an INSTALL PLUGIN statement contained invalid UTF-8 characters in the shared library name, it caused the server to hang (or to raise an assertion in debug builds).
For multibyte character sets, LOAD DATA could fail to allocate space correctly and ignore input rows as a result.
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r-- | databases/mysql55-server/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST index 4030c1a0099..4566086afb1 100644 --- a/databases/mysql55-server/PLIST +++ b/databases/mysql55-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.42 2016/06/14 16:49:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.43 2016/08/04 10:09:46 adam Exp $ bin/innochecksum bin/my_print_defaults bin/myisam_ftdump @@ -1324,6 +1324,7 @@ share/mysql/test/std_data/bug16266.000001 share/mysql/test/std_data/bug19371.MYD share/mysql/test/std_data/bug19371.MYI share/mysql/test/std_data/bug19371.frm +share/mysql/test/std_data/bug20683959loaddata.txt share/mysql/test/std_data/bug30435_10k_items.txt share/mysql/test/std_data/bug30435_5k.txt share/mysql/test/std_data/bug33029-slave-relay-bin.000001 @@ -1476,6 +1477,7 @@ share/mysql/test/suite/binlog/r/binlog_bug23533.result share/mysql/test/suite/binlog/r/binlog_bug36391.result share/mysql/test/suite/binlog/r/binlog_database.result share/mysql/test/suite/binlog/r/binlog_delete_and_flush_index.result +share/mysql/test/suite/binlog/r/binlog_dmls_on_tmp_tables_readonly.result share/mysql/test/suite/binlog/r/binlog_drop_if_exists.result share/mysql/test/suite/binlog/r/binlog_format_switch_in_tmp_table.result share/mysql/test/suite/binlog/r/binlog_grant.result @@ -1554,6 +1556,7 @@ share/mysql/test/suite/binlog/t/binlog_bug36391-master.opt share/mysql/test/suite/binlog/t/binlog_bug36391.test share/mysql/test/suite/binlog/t/binlog_database.test share/mysql/test/suite/binlog/t/binlog_delete_and_flush_index.test +share/mysql/test/suite/binlog/t/binlog_dmls_on_tmp_tables_readonly.test share/mysql/test/suite/binlog/t/binlog_drop_if_exists.test share/mysql/test/suite/binlog/t/binlog_format_switch_in_tmp_table.test share/mysql/test/suite/binlog/t/binlog_grant.test |