diff options
author | unknown <konstantin@mysql.com> | 2005-07-19 03:01:25 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-07-19 03:01:25 +0400 |
commit | cdf03871061e2131153f4cf6ddcbc25db4108781 (patch) | |
tree | 7b00904d1d20266472e7192c60af71fe6d2137d6 /mysql-test/t/olap.test | |
parent | 7f6f31ae73674eb65f4881608b22c843efc23179 (diff) | |
download | mariadb-git-cdf03871061e2131153f4cf6ddcbc25db4108781.tar.gz |
After-merge fixes.
configure.in:
A hack to ensure that the tree compiles on SuSE 9.0 with -ansi -pedantic
mysql-test/r/olap.result:
More post-merge fixes.
mysql-test/r/rpl_log.result:
Post-merge fixes. Guilhem: please investigate.
mysql-test/r/rpl_rotate_logs.result:
Post-merge fixes. Guilhem: please investigate.
mysql-test/t/olap.test:
A post-merge fix.
Diffstat (limited to 'mysql-test/t/olap.test')
-rw-r--r-- | mysql-test/t/olap.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/olap.test b/mysql-test/t/olap.test index 78ea56c8090..f3017978588 100644 --- a/mysql-test/t/olap.test +++ b/mysql-test/t/olap.test @@ -265,6 +265,7 @@ SELECT type FROM v1 GROUP BY type WITH ROLLUP; EXPLAIN SELECT type FROM v1 GROUP BY type WITH ROLLUP; DROP VIEW v1; +DROP TABLE t1; # Test for bug #11543: ROLLUP query with a repeated column in GROUP BY # |