Commit f37b857f authored by Jan Lindström's avatar Jan Lindström

Fix test case.

parent 2330107c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment