Skip to content

Commit

Permalink
Merge pull request percona#3592 from altmannmarcelo/PS-5.7-6751
Browse files Browse the repository at this point in the history
PS-6751 - innodb.table_encrypt_debug is failing
  • Loading branch information
altmannmarcelo authored Jan 6, 2020
2 parents 0d26234 + 339c6c6 commit dac02e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/include/table_encrypt_debug.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ call mtr.add_suppression("Cannot open table tde_db/.* from the internal data dic
call mtr.add_suppression("\\[Warning\\] InnoDB: Tablespace for table `tde_db`.`t1` is set as discarded");
call mtr.add_suppression("\\[ERROR\\] InnoDB: The table .* doesn't have a corresponding tablespace, it was discarded.");
call mtr.add_suppression("\\[Warning\\] InnoDB: Cannot calculate statistics for table .* because the \.ibd file is missing");
call mtr.add_suppression("InnoDB: Trying to access missing tablespace [0-9]+");
call mtr.add_suppression("\\[Warning\\] InnoDB: Cannot save statistics for table .* because the \.ibd file is missing");
--enable_query_log

let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;
Expand Down

0 comments on commit dac02e8

Please sign in to comment.