mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +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;
|