mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Add suppression for page corruption caused by error injection.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
|
||||
call mtr.add_suppression("InnoDB: Invalid FSP_SPACE_FLAGS=");
|
||||
call mtr.add_suppression("InnoDB: Corruption: Block in space_id .* in file .* corrupted");
|
||||
call mtr.add_suppression("InnoDB: Based on page type .*");
|
||||
FLUSH TABLES;
|
||||
SET GLOBAL innodb_file_per_table = 1;
|
||||
SELECT @@innodb_file_per_table;
|
||||
|
@@ -17,6 +17,8 @@
|
||||
|
||||
call mtr.add_suppression("InnoDB: Page for tablespace .* ");
|
||||
call mtr.add_suppression("InnoDB: Invalid FSP_SPACE_FLAGS=");
|
||||
call mtr.add_suppression("InnoDB: Corruption: Block in space_id .* in file .* corrupted");
|
||||
call mtr.add_suppression("InnoDB: Based on page type .*");
|
||||
FLUSH TABLES;
|
||||
|
||||
let MYSQLD_DATADIR =`SELECT @@datadir`;
|
||||
|
Reference in New Issue
Block a user