mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
8
mysql-test/main/bootstrap_innodb.result
Normal file
8
mysql-test/main/bootstrap_innodb.result
Normal file
@ -0,0 +1,8 @@
|
||||
create table t1(a int) engine=innodb;
|
||||
# restart
|
||||
select * from t1;
|
||||
a
|
||||
1
|
||||
2
|
||||
5
|
||||
drop table t1;
|
Reference in New Issue
Block a user