diff options
author | Ramil Kalimullin <ramil@mysql.com> | 2009-07-06 11:55:53 +0500 |
---|---|---|
committer | Ramil Kalimullin <ramil@mysql.com> | 2009-07-06 11:55:53 +0500 |
commit | 345e8347cb0931f212fdd22cca6d8558b4e0843c (patch) | |
tree | f8114d82f4cc82dd965c4aa6cf18a2e00ba259cc /mysql-test/t/warnings.test | |
parent | 1621a97fd447a9786d6abbaeffafb65dcc60d6b3 (diff) | |
download | mariadb-git-345e8347cb0931f212fdd22cca6d8558b4e0843c.tar.gz |
Fix for bug#42364 reverted.
Diffstat (limited to 'mysql-test/t/warnings.test')
-rw-r--r-- | mysql-test/t/warnings.test | 7 |
1 files changed, 0 insertions, 7 deletions
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 |