mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
avoid warnings about mtr.test_suppressions not being closed before the
crash
This commit is contained in:
parent
6ee37fa9b4
commit
bc526a5574
2 changed files with 2 additions and 4 deletions
|
@ -3,6 +3,7 @@ call mtr.add_suppression("InnoDB: Cannot calculate statistics for table .* becau
|
|||
call mtr.add_suppression("InnoDB: Error: Tablespace flags .* corrupted unused .*");
|
||||
call mtr.add_suppression("InnoDB: Tablespace flags: .* corrupted in file: .* ");
|
||||
call mtr.add_suppression("InnoDB: Page 0 at offset 0 looks corrupted in file .*");
|
||||
flush tables;
|
||||
SET GLOBAL innodb_file_per_table = 1;
|
||||
SELECT @@innodb_file_per_table;
|
||||
@@innodb_file_per_table
|
||||
|
@ -585,10 +586,6 @@ set global innodb_monitor_enable = default;
|
|||
set global innodb_monitor_disable = default;
|
||||
set global innodb_monitor_reset = default;
|
||||
set global innodb_monitor_reset_all = default;
|
||||
Warnings:
|
||||
Error 145 Table './mtr/test_suppressions' is marked as crashed and should be repaired
|
||||
Error 1194 Table 'test_suppressions' is marked as crashed and should be repaired
|
||||
Error 1034 1 client is using or hasn't closed the table properly
|
||||
SET GLOBAL INNODB_FILE_PER_TABLE=1;
|
||||
SET GLOBAL INNODB_FILE_FORMAT=Barracuda;
|
||||
Warnings:
|
||||
|
|
|
@ -22,6 +22,7 @@ call mtr.add_suppression("InnoDB: Cannot calculate statistics for table .* becau
|
|||
call mtr.add_suppression("InnoDB: Error: Tablespace flags .* corrupted unused .*");
|
||||
call mtr.add_suppression("InnoDB: Tablespace flags: .* corrupted in file: .* ");
|
||||
call mtr.add_suppression("InnoDB: Page 0 at offset 0 looks corrupted in file .*");
|
||||
flush tables;
|
||||
|
||||
let MYSQLD_DATADIR =`SELECT @@datadir`;
|
||||
let $innodb_file_per_table = `SELECT @@innodb_file_per_table`;
|
||||
|
|
Loading…
Reference in a new issue