Skip to content

Commit f7d9ff5

Browse files
committed
WL#8619 InnoDB: Provide offline database portability without ISL files
Suppress a warning. Approved by Sunny Bains <[email protected]> over IM.
1 parent 53e42c7 commit f7d9ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/innodb/t/ddl_crash_alter_table_tablespace.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
--source include/not_crashrep.inc
44
--disable_query_log
55
CALL mtr.add_suppression("\\[ERROR\\] Could not find a valid tablespace file for");
6+
CALL mtr.add_suppression("\\[ERROR\\] \\[[^]]*\\] InnoDB: MLOG_FILE_RENAME: Invalid to file name.* File name in the redo log is ''");
67
--enable_query_log
78

89
LET $innodb_ddl_log_crash_reset_debug_orig = `SELECT @@innodb_ddl_log_crash_reset_debug`;

0 commit comments

Comments
 (0)