mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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;
|
||||
|
Reference in New Issue
Block a user