From d8c1165c28ae6ce2e29ecd5492c2540bfd6b2177 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 3 Mar 2015 11:46:44 +0100 Subject: [PATCH] fix failing innodb.innodb-page_encryption_log_encryption again adjust suppression rules after warning message format change --- mysql-test/mysql-test-run.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index fe7303dde70..305ab46e106 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4386,7 +4386,8 @@ sub extract_warning_lines ($$) { qr/InnoDB: Error: table `test`.`t[12]` .*does not exist in the InnoDB internal/, qr/InnoDB: Warning: Setting innodb_use_sys_malloc/, qr/InnoDB: Warning: a long semaphore wait:/, - qr/InnoDB: Warning: Disabling redo log encryption/, + qr/InnoDB: Disabling redo log encryption/, + qr/InnoDB: Redo log crypto: Can't initialize to key version -1u/, qr/Slave: Unknown table 't1' .* 1051/, qr/Slave SQL:.*(Internal MariaDB error code: [[:digit:]]+|Query:.*)/, qr/slave SQL thread aborted/,