polardbxengine/mysql-test/suite/innodb/t/dropdb.test

10 lines
197 B
Plaintext

--echo #
--echo # Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLE
--echo #
create database `b`;
use `b`;
create table `#mysql50#q.q` (f1 int primary key) engine=innodb;
drop database `b`;