1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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.

This commit is contained in:
brian@zim.(none)
2006-02-24 13:20:51 -08:00
parent 85869e5fde
commit cb07d52a7e
14 changed files with 8 additions and 1015 deletions

View File

@@ -1,4 +1,4 @@
drop table if exists t1;
drop table if exists t1,t2;
select CASE "b" when "a" then 1 when "b" then 2 END;
CASE "b" when "a" then 1 when "b" then 2 END
2