summaryrefslogtreecommitdiff
path: root/mysql-test/r/bootstrap_innodb.result
blob: 2fc7800843b2f3f248390d1047c5fd266f321d7a (plain)
1
2
3
4
5
6
7
create table t1(a int) engine=innodb;
select * from t1;
a
1
2
5
drop table t1;