mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
fix failing innodb.innodb-page_encryption_log_encryption again
adjust suppression rules after warning message format change
This commit is contained in:
parent
b1b6101af2
commit
d8c1165c28
1 changed files with 2 additions and 1 deletions
|
|
@ -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/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue