Skip to content

Commit

Permalink
Try to fix test warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Feb 26, 2015
2 parents 018f932 + f37b857 commit d7c6f11
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d7c6f11

Please sign in to comment.