1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
Files
mariadb/mysql-test/suite/heap/drop.result
2020-07-04 01:44:46 +02:00

4 lines
69 B
Plaintext

create table t1 (a int) engine=memory;
drop table t1;
drop table t2;