Skip to content

Commit 5283789

Browse files
author
Jan Lindström
committed
Fix test warnings by adding global supression to InnoDB warnings.
1 parent 13235a5 commit 5283789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4389,6 +4389,8 @@ ($$)
43894389
qr/InnoDB: Warning: a long semaphore wait:/,
43904390
qr/InnoDB: Disabling redo log encryption/,
43914391
qr/InnoDB: Redo log crypto: Can't initialize to key version -1u/,
4392+
qr/InnoDB: Dumping buffer pool.*/,
4393+
qr/InnoDB: Buffer pool.*/,
43924394
qr/Slave: Unknown table 't1' .* 1051/,
43934395
qr/Slave SQL:.*(Internal MariaDB error code: [[:digit:]]+|Query:.*)/,
43944396
qr/slave SQL thread aborted/,

0 commit comments

Comments
 (0)