| Path : /opt/mysql/mysql-test/suite/innodb/r/ |
| Current File : //opt/mysql/mysql-test/suite/innodb/r/dropdb.result |
# # Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLE # create database `b`; use `b`; create table `#mysql50#q.q` (f1 int primary key) engine=innodb; ERROR HY000: Got error 1103 from storage engine drop database `b`;