This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-16 03:52:35 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
48b724047e
mariadb
/
mysql-test
/
main
/
bootstrap_innodb.result
9 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
test case for BUG#31650096
2020-10-26 17:21:26 +01:00
create table t1(a int) engine=innodb;
Merge branch '10.3' into 10.4
2020-10-31 21:06:49 +01:00
# restart
test case for BUG#31650096
2020-10-26 17:21:26 +01:00
select * from t1;
a
1
2
5
drop table t1;
Reference in a new issue
Copy permalink