mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Try to fix test warning.
This commit is contained in:
commit
d7c6f1191d
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ let $innodb_file_per_table_orig = `SELECT @@innodb_file_per_table`;
|
|||
|
||||
call mtr.add_suppression("KeyID 0 not found or with error. Check the key and the log file*");
|
||||
call mtr.add_suppression("Disabling redo log encryption");
|
||||
call mtr.add_suppression("InnoDB: [Warning] Disabling redo log encryption");
|
||||
call mtr.add_suppression("InnoDB:*");
|
||||
|
||||
SET GLOBAL innodb_file_format = `Barracuda`;
|
||||
SET GLOBAL innodb_file_per_table = ON;
|
||||
|
|
Loading…
Reference in a new issue