diff options
author | sergefp@mysql.com <> | 2005-09-09 11:50:38 +0400 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-09-09 11:50:38 +0400 |
commit | 57c3ed9e1cf8af66d3c1f37d46df3159c42cbe77 (patch) | |
tree | ed5fe2f19c4151b1a4c3348f06b5a96237c24dc3 /mysql-test/t/olap.test | |
parent | eac4388caff4427cab8503901b1de3da9a00fbb1 (diff) | |
parent | 45d46a47f29b7b658508292a3f8bb0cb06f94fc0 (diff) | |
download | mariadb-git-57c3ed9e1cf8af66d3c1f37d46df3159c42cbe77.tar.gz |
Post-merge fixes
Diffstat (limited to 'mysql-test/t/olap.test')
-rw-r--r-- | mysql-test/t/olap.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/olap.test b/mysql-test/t/olap.test index 3a6a5e46f37..adaf6883d43 100644 --- a/mysql-test/t/olap.test +++ b/mysql-test/t/olap.test @@ -262,7 +262,6 @@ SELECT a, b, a AS c, COUNT(*) AS count FROM t1 GROUP BY a, b, c WITH ROLLUP; DROP TABLE t1; -# # Bug #12885(1): derived table specified by a subquery with # ROLLUP over expressions on not nullable group by attributes # |