mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
ab8415d983
remove few tests for variables that never existed (merge error)
5 lines
197 B
Text
5 lines
197 B
Text
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;
|