From 3c12d0ae54eccaef7c265af4f782d95250308dc9 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Thu, 28 Jul 2005 03:22:47 +0300 Subject: Added end marker for tests to make future merges easier --- mysql-test/t/case.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/t/case.test') diff --git a/mysql-test/t/case.test b/mysql-test/t/case.test index ac60d7298ce..fbbbce15576 100644 --- a/mysql-test/t/case.test +++ b/mysql-test/t/case.test @@ -118,3 +118,5 @@ SELECT CASE LOWER('1') WHEN LOWER('2') THEN 'BUG' ELSE 'nobug' END; SELECT 'case+union+test' UNION SELECT CASE '1' WHEN '2' THEN 'BUG' ELSE 'nobug' END; + +# End of 4.1 tests -- cgit v1.2.1