mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Fix test failure on Windows.
In windows error message contains .exe.
This commit is contained in:
parent
2e2e0d9105
commit
0ca2be92e6
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ call mtr.add_suppression("InnoDB: Cannot open table test/t1 from the internal da
|
|||
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.");
|
||||
call mtr.add_suppression("InnoDB: We detected index corruption in an InnoDB type table.*");
|
||||
call mtr.add_suppression("mysqld: Index for table 't1' is corrupt; try to repair it");
|
||||
call mtr.add_suppression("mysqld.exe: Index for table 't1' is corrupt; try to repair it");
|
||||
--enable_query_log
|
||||
|
||||
--echo # Create and populate the table to be corrupted
|
||||
|
|
Loading…
Reference in a new issue