diff options
Diffstat (limited to 'mysql-test/suite/mariabackup/missing_ibd.test')
-rw-r--r-- | mysql-test/suite/mariabackup/missing_ibd.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/mariabackup/missing_ibd.test b/mysql-test/suite/mariabackup/missing_ibd.test index ce22616e25d..5e34b873b09 100644 --- a/mysql-test/suite/mariabackup/missing_ibd.test +++ b/mysql-test/suite/mariabackup/missing_ibd.test @@ -11,7 +11,6 @@ let MYSQLD_DATADIR=`select @@datadir`; call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: '.*test.t1\.ibd'"); call mtr.add_suppression('InnoDB: Operating system error number'); call mtr.add_suppression('InnoDB: The error means the system cannot find the path specified\.'); -call mtr.add_suppression('InnoDB: If you are installing InnoDB'); call mtr.add_suppression('InnoDB: Table test/t1 in the InnoDB data dictionary has tablespace id .*, but tablespace with that id or name does not exist'); call mtr.add_suppression('InnoDB: Ignoring tablespace for `test`\.`t1` because it could not be opened\.'); --enable_query_log |