1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-18025: Apply the fix to XtraDB and adjust tests

The fix was accidentally only applied to InnoDB, and encryption tests
were not adjusted.
This commit is contained in:
Marko Mäkelä
2018-12-18 16:24:52 +02:00
parent 171271edf8
commit 1b471face8
7 changed files with 9 additions and 2 deletions

View File

@ -8,6 +8,7 @@
#
call mtr.add_suppression("InnoDB: The page \\[page id: space=[1-9][0-9]*, page number=[1-9][0-9]*\\] in file '.*test.t[15]\\.ibd' cannot be decrypted\\.");
call mtr.add_suppression("InnoDB: Encrypted page [1-9][0-9]*:3 in file .*test.t[15].ibd looks corrupted; key_version=1");
# Suppression for builds where file_key_management plugin is linked statically
call mtr.add_suppression("Couldn't load plugins from 'file_key_management*");