mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
5 lines
124 B
Text
5 lines
124 B
Text
create table t1 (f1 char(255)) engine innodb;
|
|
drop table t1;
|
|
create table t1 (f1 char(255)) engine innodb;
|
|
1
|
|
drop table t1;
|