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 @@ -3,6 +3,7 @@ call mtr.add_suppression("InnoDB: Cannot calculate statistics for table .* becau
3
3
call mtr.add_suppression("InnoDB: Error: Tablespace flags .* corrupted unused .*");
4
4
call mtr.add_suppression("InnoDB: Tablespace flags: .* corrupted in file: .* ");
5
5
call mtr.add_suppression("InnoDB: Page 0 at offset 0 looks corrupted in file .*");
6
+ flush tables;
6
7
SET GLOBAL innodb_file_per_table = 1;
7
8
SELECT @@innodb_file_per_table;
8
9
@@innodb_file_per_table
@@ -585,10 +586,6 @@ set global innodb_monitor_enable = default;
585
586
set global innodb_monitor_disable = default;
586
587
set global innodb_monitor_reset = default;
587
588
set global innodb_monitor_reset_all = default;
588
- Warnings:
589
- Error 145 Table './mtr/test_suppressions' is marked as crashed and should be repaired
590
- Error 1194 Table 'test_suppressions' is marked as crashed and should be repaired
591
- Error 1034 1 client is using or hasn't closed the table properly
592
589
SET GLOBAL INNODB_FILE_PER_TABLE=1;
593
590
SET GLOBAL INNODB_FILE_FORMAT=Barracuda;
594
591
Warnings:
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ call mtr.add_suppression("InnoDB: Cannot calculate statistics for table .* becau
22
22
call mtr.add_suppression("InnoDB: Error: Tablespace flags .* corrupted unused .*");
23
23
call mtr.add_suppression("InnoDB: Tablespace flags: .* corrupted in file: .* ");
24
24
call mtr.add_suppression("InnoDB: Page 0 at offset 0 looks corrupted in file .*");
25
+ flush tables;
25
26
26
27
let MYSQLD_DATADIR =`SELECT @@datadir`;
27
28
let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;
You can’t perform that action at this time.
0 commit comments