mirror of
https://github.com/MariaDB/server.git
synced 2025-05-08 15:01:49 +03:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
create table t1 (f1 char(255)) engine innodb;
|
|
drop table t1;
|
|
create table t1 (f1 char(255)) engine innodb;
|
|
1
|
|
drop table t1;
|