diff options
author | monty@mysql.com <> | 2005-07-28 03:22:47 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-07-28 03:22:47 +0300 |
commit | 3c12d0ae54eccaef7c265af4f782d95250308dc9 (patch) | |
tree | e744bd42ed2b003e8c6b7fbc043e115fc964966c /mysql-test/t/group_by.test | |
parent | d28f576cf4beae12611515eb95eb88f50499f672 (diff) | |
download | mariadb-git-3c12d0ae54eccaef7c265af4f782d95250308dc9.tar.gz |
Added end marker for tests to make future merges easier
Diffstat (limited to 'mysql-test/t/group_by.test')
-rw-r--r-- | mysql-test/t/group_by.test | 3 |
1 files changed, 1 insertions, 2 deletions
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 |