File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
2
+ FLUSH TABLES;
2
3
SET GLOBAL innodb_file_per_table = 1;
3
4
SELECT @@innodb_file_per_table;
4
5
@@innodb_file_per_table
@@ -576,10 +577,6 @@ set global innodb_monitor_enable = default;
576
577
set global innodb_monitor_disable = default;
577
578
set global innodb_monitor_reset = default;
578
579
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
583
580
SET GLOBAL INNODB_FILE_PER_TABLE=1;
584
581
SET GLOBAL INNODB_FILE_FORMAT=Antelope;
585
582
SET SESSION innodb_strict_mode=0;
Original file line number Diff line number Diff line change 18
18
--source include/have_innodb_16k.inc
19
19
20
20
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
21
+ FLUSH TABLES;
21
22
22
23
let MYSQLD_DATADIR =`SELECT @@datadir`;
23
24
let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;
You can’t perform that action at this time.
0 commit comments