mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
test case for BUG#31650096
This commit is contained in:
7
mysql-test/r/bootstrap_innodb.result
Normal file
7
mysql-test/r/bootstrap_innodb.result
Normal file
@ -0,0 +1,7 @@
|
||||
create table t1(a int) engine=innodb;
|
||||
select * from t1;
|
||||
a
|
||||
1
|
||||
2
|
||||
5
|
||||
drop table t1;
|
Reference in New Issue
Block a user