1
0
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:
Sergei Golubchik
2020-10-26 17:21:26 +01:00
parent a7d5e85c49
commit d03ea82759
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,7 @@
create table t1(a int) engine=innodb;
select * from t1;
a
1
2
5
drop table t1;