1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Add suppression for page corruption caused by error injection.

This commit is contained in:
Jan Lindström
2017-02-07 14:32:09 +02:00
parent e53dfb24be
commit 5c7111cb7c
2 changed files with 4 additions and 0 deletions

View File

@ -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`;