mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
create table t1 (a int) engine=memory;
|
|
drop table t1;
|
|
drop table t2;
|