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/group_by.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mysql-test/t/group_by.test') diff --git a/mysql-test/t/group_by.test b/mysql-test/t/group_by.test index 23d51b0f297..c07d309005e 100644 --- a/mysql-test/t/group_by.test +++ b/mysql-test/t/group_by.test @@ -587,8 +587,7 @@ DROP TABLE t1, t2; CREATE TABLE t1 (n int); INSERT INTO t1 VALUES (1); - SELECT n+1 AS n FROM t1 GROUP BY n; - DROP TABLE t1; +# End of 4.1 tests -- cgit v1.2.1