mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
Cleanup: Remove useless message "If you are installing InnoDB"
This commit is contained in:
parent
a0b133f431
commit
3a427c568b
16 changed files with 0 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
call mtr.add_suppression("InnoDB: New log files created");
|
||||
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation");
|
||||
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, remember that you must create directories yourself, InnoDB does not create them");
|
||||
call mtr.add_suppression("InnoDB: Ignoring tablespace for `test`\\.`t21` because it could not be opened");
|
||||
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: ");
|
||||
call mtr.add_suppression("Table .* in the InnoDB data dictionary has tablespace id .*, but tablespace with that id or name does not exist");
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
call mtr.add_suppression("InnoDB: New log files created");
|
||||
call mtr.add_suppression("InnoDB: Operating system error number .* in a file operation");
|
||||
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, remember that you must create directories yourself, InnoDB does not create them");
|
||||
call mtr.add_suppression("InnoDB: Ignoring tablespace for `test`\\.`t21` because it could not be opened");
|
||||
call mtr.add_suppression("InnoDB: Cannot open datafile for read-only: ");
|
||||
call mtr.add_suppression("Table .* in the InnoDB data dictionary has tablespace id .*, but tablespace with that id or name does not exist");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue