mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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;
|