mariadb/mysql-test/suite/heap/drop.result

4 lines
69 B
Text
Raw Normal View History

2020-06-16 19:37:27 +02:00
create table t1 (a int) engine=memory;
drop table t1;
drop table t2;