summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/heap/drop.result
blob: cbc784fd59b9150a34ea24b22e9692fa3614744e (plain)
1
2
3
create table t1 (a int) engine=memory;
drop table t1;
drop table t2;