mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Tests: suppressions for innodb_force_recovery, ibuf_not_empty [#302]
This commit is contained in:
parent
d83fea9208
commit
3fc943cd87
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
--disable_query_log
|
||||
call mtr.add_suppression("InnoDB: Failed to find tablespace for table `test`\\.`t1` in the cache\\. Attempting to load the tablespace with space id");
|
||||
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for test.t1, old maximum was");
|
||||
call mtr.add_suppression("InnoDB: Failed to find tablespace for table `mysql`\\.`transaction_registry` in the cache\\. Attempting to load the tablespace with space id");
|
||||
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for mysql.transaction_registry, old maximum was");
|
||||
--enable_query_log
|
||||
|
||||
CREATE TABLE t1(
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
--disable_query_log
|
||||
call mtr.add_suppression("InnoDB: Failed to find tablespace for table .* in the cache. Attempting to load the tablespace with space id");
|
||||
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for test.t[12], old maximum was");
|
||||
call mtr.add_suppression("InnoDB: Allocated tablespace ID \\d+ for mysql.transaction_registry, old maximum was");
|
||||
--enable_query_log
|
||||
|
||||
create table t1(f1 int not null, f2 int not null, index idx(f2))engine=innodb;
|
||||
|
|
Loading…
Reference in a new issue