summaryrefslogtreecommitdiff
path: root/mysql-test/t/olap.test
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-07-28 03:22:47 +0300
committermonty@mysql.com <>2005-07-28 03:22:47 +0300
commit3c12d0ae54eccaef7c265af4f782d95250308dc9 (patch)
treee744bd42ed2b003e8c6b7fbc043e115fc964966c /mysql-test/t/olap.test
parentd28f576cf4beae12611515eb95eb88f50499f672 (diff)
downloadmariadb-git-3c12d0ae54eccaef7c265af4f782d95250308dc9.tar.gz
Added end marker for tests to make future merges easier
Diffstat (limited to 'mysql-test/t/olap.test')
-rw-r--r--mysql-test/t/olap.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/olap.test b/mysql-test/t/olap.test
index 9e6adffffcf..c9a16b897c6 100644
--- a/mysql-test/t/olap.test
+++ b/mysql-test/t/olap.test
@@ -249,3 +249,5 @@ INSERT INTO t1 VALUES (1, 2);
SELECT a, b, a AS c, COUNT(*) AS count FROM t1 GROUP BY a, b, c WITH ROLLUP;
DROP TABLE t1;
+
+# End of 4.1 tests