From 023d0d0e9b9ef2e02166ff775ec33fb16398b308 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 1 Oct 2014 09:17:18 +0000 Subject: Changes 5.5.40: InnoDB: An ALTER TABLE ... ADD FOREIGN KEY operation could cause a serious error. InnoDB: With a transaction isolation level less than or equal to READ COMMITTED, gap locks were not taken when scanning a unique secondary index to check for duplicates. As a result, duplicate check logic failed allowing duplicate key values in the unique secondary index. InnoDB: During recovery, a segmentation fault would occur when marking a table as corrupt. yaSSL client code did not validate the encryption size or session ID length, which could cause the client to exit. MySQL installation from RPM packages could fail if Postfix had been installed using yum. yaSSL could fail preauthorization if the client supplied inaccurate buffer lengths. Competition between threads could lead to timeout failure trying to rotate the audit log file. On Linux (OEL6), if Sun DTrace was installed, the MySQL build failed. LPAD() and RPAD() could cause a server exit if the pad string argument was not well formed. The optimizer could create a zero-length column for a temporary table, causing a server exit. --- databases/mysql55-server/PLIST | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases/mysql55-server') diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST index c155c09f071..978ecaf4173 100644 --- a/databases/mysql55-server/PLIST +++ b/databases/mysql55-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2014/08/10 14:27:40 adam Exp $ +@comment $NetBSD: PLIST,v 1.31 2014/10/01 09:17:18 adam Exp $ bin/innochecksum bin/my_print_defaults bin/myisam_ftdump @@ -732,6 +732,7 @@ share/mysql/test/r/ctype_binary.result share/mysql/test/r/ctype_collate.result share/mysql/test/r/ctype_cp1250_ch.result share/mysql/test/r/ctype_cp1251.result +share/mysql/test/r/ctype_cp932.result share/mysql/test/r/ctype_cp932_binlog_row.result share/mysql/test/r/ctype_cp932_binlog_stm.result share/mysql/test/r/ctype_create.result @@ -974,6 +975,7 @@ share/mysql/test/r/lock_multi_bug38499.result share/mysql/test/r/lock_multi_bug38691.result share/mysql/test/r/lock_sync.result share/mysql/test/r/lock_tables_lost_commit.result +share/mysql/test/r/log_errchk.result share/mysql/test/r/log_state.result share/mysql/test/r/log_state_bug33693.result share/mysql/test/r/log_tables-big.result @@ -2903,6 +2905,7 @@ share/mysql/test/suite/funcs_2/t/myisam_charset.test share/mysql/test/suite/funcs_2/t/suite.opt share/mysql/test/suite/innodb/r/blob-update-debug.result share/mysql/test/suite/innodb/r/create-index.result +share/mysql/test/suite/innodb/r/foreign-keys.result share/mysql/test/suite/innodb/r/innodb-analyze.result share/mysql/test/suite/innodb/r/innodb-autoinc-18274.result share/mysql/test/suite/innodb/r/innodb-autoinc-44030.result @@ -3003,6 +3006,7 @@ share/mysql/test/suite/innodb/r/innodb_trx_weight.result share/mysql/test/suite/innodb/t/blob-update-debug.test share/mysql/test/suite/innodb/t/create-index.test share/mysql/test/suite/innodb/t/disabled.def +share/mysql/test/suite/innodb/t/foreign-keys.test share/mysql/test/suite/innodb/t/innodb-analyze.test share/mysql/test/suite/innodb/t/innodb-autoinc-18274.test share/mysql/test/suite/innodb/t/innodb-autoinc-44030-master.opt @@ -5688,6 +5692,7 @@ share/mysql/test/t/ctype_binary.test share/mysql/test/t/ctype_collate.test share/mysql/test/t/ctype_cp1250_ch.test share/mysql/test/t/ctype_cp1251.test +share/mysql/test/t/ctype_cp932.test share/mysql/test/t/ctype_cp932_binlog_row.test share/mysql/test/t/ctype_cp932_binlog_stm.test share/mysql/test/t/ctype_create.test @@ -5910,6 +5915,7 @@ share/mysql/test/t/lock_sync-master.opt share/mysql/test/t/lock_sync.test share/mysql/test/t/lock_tables_lost_commit-master.opt share/mysql/test/t/lock_tables_lost_commit.test +share/mysql/test/t/log_errchk.test share/mysql/test/t/log_state-master.opt share/mysql/test/t/log_state.test share/mysql/test/t/log_state_bug33693-master.opt -- cgit v1.2.3