mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
b5615eff0d
Idea comes from MySQL which does something similar
4 lines
60 B
Text
4 lines
60 B
Text
# restart
|
|
create table t1 (a int);
|
|
# restart
|
|
drop table t1;
|