call mtr.add_suppression("\\[ERROR\\] InnoDB: Tablespace flags are invalid in datafile: .*test.t[rcd]\\.ibd");
call mtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number .* in a file operation\\.");
call mtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified\\.");
call mtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them\\.");
call mtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace for `test`\\.`td` because it could not be opened\\.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number 2 in a file operation.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: Cannot open datafile for read-only");
callmtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace .* because it could not be opened");
@@ -18,7 +18,6 @@ let page_size= `select @@innodb_page_size`;
callmtr.add_suppression("\\[ERROR\\] InnoDB: Tablespace flags are invalid in datafile: .*test.t[rcd]\\.ibd");
callmtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number .* in a file operation\\.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified\\.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them\\.");
callmtr.add_suppression("\\[Warning\\] InnoDB: Ignoring tablespace for `test`\\.`td` because it could not be opened\\.");
@@ -308,7 +308,6 @@ call mtr.add_suppression("InnoDB: Table `test`\\.`t3` does not exist");
callmtr.add_suppression("InnoDB: Cannot (read first page of|open datafile for read-only:) '\\./test/(FTS_|#sql-(alter|backup)-).*\\.ibd'");
callmtr.add_suppression("InnoDB: Datafile '\\./test/(FTS_|#sql-(alter|backup)-).*\\.ibd' is corrupted");
callmtr.add_suppression("InnoDB: (The error means|Operating system error)");
callmtr.add_suppression("InnoDB: If you are installing InnoDB");
callmtr.add_suppression("InnoDB: Ignoring tablespace for `test`\\.`(FTS_|#sql-(backup|alter)-).*` because it could not be opened\\.");
callmtr.add_suppression("InnoDB: Tablespace [1-9][0-9]* was not found at ./test/(FTS_|#sql-(alter|backup)-).*\\.ibd, and innodb_force_recovery was set");
callmtr.add_suppression("InnoDB: Corrupted page \\[page id: space=[1-9][0-9]*, page number=0\\] of datafile './test/(FTS_|#sql-(alter|backup)-).*\\.ibd' could not be found in the doublewrite buffer\\.");
@@ -19,7 +19,6 @@ call mtr.add_suppression("\\[ERROR\\] InnoDB: The link file: .* already exists."
callmtr.add_suppression("\\[ERROR\\] InnoDB: Cannot open datafile for read-only:");
callmtr.add_suppression("\\[ERROR\\] InnoDB: Operating system error number 2 in a file operation.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: The error means the system cannot find the path specified.");
callmtr.add_suppression("\\[ERROR\\] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.");
@@ -11,7 +11,6 @@ let MYSQLD_DATADIR=`select @@datadir`;
callmtr.add_suppression("InnoDB: Cannot open datafile for read-only: '.*test.t1\.ibd'");
callmtr.add_suppression('InnoDB: Operating system error number');
callmtr.add_suppression('InnoDB: The error means the system cannot find the path specified\.');
callmtr.add_suppression('InnoDB: If you are installing InnoDB');
callmtr.add_suppression('InnoDB: Table test/t1 in the InnoDB data dictionary has tablespace id .*, but tablespace with that id or name does not exist');
callmtr.add_suppression('InnoDB: Ignoring tablespace for `test`\.`t1` because it could not be opened\.');