mirror of
https://github.com/MariaDB/server.git
synced 2025-05-31 08:42:45 +03:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
call mtr.add_suppression("InnoDB: New log files created, LSN");
|
|
call mtr.add_suppression("InnoDB: Creating foreign key constraint system tables");
|
|
shutdown;
|
|
create table t1 (a int);
|
|
drop table t1;
|