1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for bug#42364 reverted.

This commit is contained in:
Ramil Kalimullin
2009-07-06 11:55:53 +05:00
parent 1621a97fd4
commit 345e8347cb
4 changed files with 1 additions and 15 deletions

View File

@ -225,11 +225,4 @@ insert into t2 values(@q);
drop table t1, t2;
#
# Bug#42364 SHOW ERRORS returns empty resultset after dropping non existent table
#
--error ER_BAD_TABLE_ERROR
DROP TABLE t1;
SHOW ERRORS;
--echo End of 5.0 tests