mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
move encryption tests to a dedicate suite
remove few tests for variables that never existed (merge error)
This commit is contained in:
5
mysql-test/suite/encryption/r/innodb_first_page.result
Normal file
5
mysql-test/suite/encryption/r/innodb_first_page.result
Normal file
@ -0,0 +1,5 @@
|
||||
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;
|
Reference in New Issue
Block a user