Skip to content

Commit

Permalink
fix failing innodb.innodb-page_encryption_log_encryption again
Browse files Browse the repository at this point in the history
adjust suppression rules after warning message format change
  • Loading branch information
vuvova committed Mar 3, 2015
1 parent b1b6101 commit d8c1165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4386,7 +4386,8 @@ ($$)
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/,
Expand Down

0 comments on commit d8c1165

Please sign in to comment.