1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/mysql-test/suite/innodb/r/innodb_bug11766634.result
Sergei Golubchik 16c5c53fc2 mysql 5.5.23 merge
2012-04-10 08:28:13 +02:00

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;