summaryrefslogtreecommitdiff
path: root/mysql-test/t/explain.test
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2007-03-08 00:27:42 +0300
committerunknown <evgen@moonbone.local>2007-03-08 00:27:42 +0300
commit1631f65dfd757282ac480fd20b3fe7b262f500c5 (patch)
tree67d2840aff0aa74b19ea0dfd7f459ed121400971 /mysql-test/t/explain.test
parentd7738740449fc83ec348529314b22673cdbada76 (diff)
downloadmariadb-git-1631f65dfd757282ac480fd20b3fe7b262f500c5.tar.gz
sql_select.cc:
Postfix for bug#22331 for windows platform. explain.test, explain.result: Cleanup after bugfix#22331. mysql-test/t/explain.test: Cleanup after bugfix#22331. mysql-test/r/explain.result: Cleanup after bugfix#22331. sql/sql_select.cc: Postfix for bug#22331 for windows platform.
Diffstat (limited to 'mysql-test/t/explain.test')
-rw-r--r--mysql-test/t/explain.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/explain.test b/mysql-test/t/explain.test
index 85bbbfea154..04cf37f457a 100644
--- a/mysql-test/t/explain.test
+++ b/mysql-test/t/explain.test
@@ -63,6 +63,7 @@ explain extended select * from t1 where 0;
explain extended select * from t1 where 1;
explain extended select * from t1 having 0;
explain extended select * from t1 having 1;
+drop view v1;
drop table t1;
# End of 5.0 tests.