summaryrefslogtreecommitdiff
path: root/mysql-test/t/case.test
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-02-24 13:20:51 -0800
committerbrian@zim.(none) <>2006-02-24 13:20:51 -0800
commitcb07d52a7e6c21f28994552a15a423ff5ba3bf41 (patch)
tree9f5fa93232e8bbaf2680ef79d6dc936c4b0fe220 /mysql-test/t/case.test
parent85869e5fde3d7aca0916cab3ea31d224749dd526 (diff)
downloadmariadb-git-cb07d52a7e6c21f28994552a15a423ff5ba3bf41.tar.gz
This patch cleans up two tests which were a bit fragile from other failing tests. It also removes some variables associated with removed RAID support.
Diffstat (limited to 'mysql-test/t/case.test')
-rw-r--r--mysql-test/t/case.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/case.test b/mysql-test/t/case.test
index 555e34d5cf2..42536ce8a3b 100644
--- a/mysql-test/t/case.test
+++ b/mysql-test/t/case.test
@@ -3,7 +3,7 @@
#
--disable_warnings
-drop table if exists t1;
+drop table if exists t1,t2;
--enable_warnings
select CASE "b" when "a" then 1 when "b" then 2 END;