mirror of
https://github.com/MariaDB/server.git
synced 2025-04-26 11:49: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;
|