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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user