diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 15:47:25 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 15:47:25 +0200 |
commit | a489ae89b9ffe427963745f13c44e1e4d67494f4 (patch) | |
tree | 71b649afbf23e64910df07c20d3f914343a57b07 /mysql-test/include | |
parent | e5a323e107767ceb5106b85d077d4ac9d2d37778 (diff) | |
download | mariadb-git-a489ae89b9ffe427963745f13c44e1e4d67494f4.tar.gz |
fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm file
may not exist (the table exists only in the engine).
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/mix1.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/include/mix1.inc b/mysql-test/include/mix1.inc index e7ea8b3d25a..75ba0e43221 100644 --- a/mysql-test/include/mix1.inc +++ b/mysql-test/include/mix1.inc @@ -630,15 +630,9 @@ copy_file $MYSQLD_DATADIR/test/t1.frm $MYSQLD_DATADIR/test/bug29807.frm; --error ER_NO_SUCH_TABLE_IN_ENGINE select * from bug29807; drop table t1; ---error ER_BAD_TABLE_ERROR drop table bug29807; -create table bug29807 (a int); -drop table bug29807; ---disable_query_log call mtr.add_suppression("InnoDB: Error: table .test...bug29807. does not exist in the InnoDB internal"); call mtr.add_suppression("Cannot find or open table test\/bug29807 from"); -call mtr.add_suppression("Table 'test.bug29807' doesn't exist in engine"); ---enable_query_log # |