Skip to content
Permalink
Browse files
MDEV-18836: Adjust a suppression
Normally, InnoDB will create temporary table names of the form
#sql-ibNNNN, and with innodb_safe_truncate=OFF, #sql-ibNNNN-MMMM.
  • Loading branch information
dr-m committed Apr 3, 2019
1 parent c676de1 commit b718ec0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -83,7 +83,7 @@ call mtr.check_testcase();
let $datadir=`select @@datadir`;
list_files $datadir mysql_upgrade_info;
list_files_write_file $datadir.tempfiles.txt $datadir/test #sql*;
--replace_regex /#sql-ib[0-9a-f]+-[0-9a-f]+\.ibd\n//
--replace_regex /#sql-ib[0-9a-f-]+\.ibd\n//
cat_file $datadir.tempfiles.txt;
remove_file $datadir.tempfiles.txt;
list_files $datadir/mysql #sql*;

0 comments on commit b718ec0

Please sign in to comment.