Skip to content

Commit

Permalink
Tests: suppression for innodb.log_corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
midenok committed Nov 27, 2017
1 parent 9b6a790 commit 941e8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/log_corruption.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ call mtr.add_suppression("InnoDB: Log scan aborted at LSN");
call mtr.add_suppression("InnoDB: Missing MLOG_FILE_NAME or MLOG_FILE_DELETE before MLOG_CHECKPOINT for tablespace 42\\r?$");
call mtr.add_suppression("InnoDB: Obtaining redo log encryption key version 1 failed");
call mtr.add_suppression("InnoDB: Decrypting checkpoint failed");
call mtr.add_suppression("`mysql\\.transaction_registry` does not exist");
--enable_query_log

let bugdir= $MYSQLTEST_VARDIR/tmp/log_corruption;
Expand Down

0 comments on commit 941e8b7

Please sign in to comment.