Skip to content

Commit 0ca2be9

Browse files
author
Jan Lindström
committed
Fix test failure on Windows.
In windows error message contains .exe.
1 parent 2e2e0d9 commit 0ca2be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ call mtr.add_suppression("InnoDB: Cannot open table test/t1 from the internal da
1313
call mtr.add_suppression("InnoDB: Database page corruption on disk or a failed file read of tablespace test/t1 page \[page id: space=[0-9]+, page number=[0-9]+\]. You may have to recover from a backup.");
1414
call mtr.add_suppression("InnoDB: We detected index corruption in an InnoDB type table.*");
1515
call mtr.add_suppression("mysqld: Index for table 't1' is corrupt; try to repair it");
16+
call mtr.add_suppression("mysqld.exe: Index for table 't1' is corrupt; try to repair it");
1617
--enable_query_log
1718

1819
--echo # Create and populate the table to be corrupted

0 commit comments

Comments
 (0)