From 345e8347cb0931f212fdd22cca6d8558b4e0843c Mon Sep 17 00:00:00 2001 From: Ramil Kalimullin Date: Mon, 6 Jul 2009 11:55:53 +0500 Subject: Fix for bug#42364 reverted. --- mysql-test/t/warnings.test | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mysql-test/t/warnings.test') diff --git a/mysql-test/t/warnings.test b/mysql-test/t/warnings.test index 176f320e390..12421170eba 100644 --- a/mysql-test/t/warnings.test +++ b/mysql-test/t/warnings.test @@ -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 -- cgit v1.2.1