Skip to content

Commit cb5685a

Browse files
author
Jan Lindström
committed
MDEV-11184: innodb.innodb-wl5522-debug-zip fails in buildbot on Windows
1 parent 9aa7315 commit cb5685a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mysql-test/suite/innodb/r/innodb-wl5522-debug-zip.result

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
2+
FLUSH TABLES;
23
SET GLOBAL innodb_file_per_table = 1;
34
SELECT @@innodb_file_per_table;
45
@@innodb_file_per_table
@@ -576,10 +577,6 @@ set global innodb_monitor_enable = default;
576577
set global innodb_monitor_disable = default;
577578
set global innodb_monitor_reset = default;
578579
set global innodb_monitor_reset_all = default;
579-
Warnings:
580-
Error 145 Table './mtr/test_suppressions' is marked as crashed and should be repaired
581-
Error 1194 Table 'test_suppressions' is marked as crashed and should be repaired
582-
Error 1034 1 client is using or hasn't closed the table properly
583580
SET GLOBAL INNODB_FILE_PER_TABLE=1;
584581
SET GLOBAL INNODB_FILE_FORMAT=Antelope;
585582
SET SESSION innodb_strict_mode=0;

mysql-test/suite/innodb/t/innodb-wl5522-debug-zip.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
--source include/have_innodb_16k.inc
1919

2020
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
21+
FLUSH TABLES;
2122

2223
let MYSQLD_DATADIR =`SELECT @@datadir`;
2324
let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;

0 commit comments

Comments
 (0)