diff options
author | unknown <igor@olga.mysql.com> | 2007-04-29 18:28:58 -0700 |
---|---|---|
committer | unknown <igor@olga.mysql.com> | 2007-04-29 18:28:58 -0700 |
commit | c004ad09444b8b3be367b6620aa4f0716684bdc3 (patch) | |
tree | 454f671c61db5d2de51819df9f00b5fd2355f9bc /mysql-test/t/olap.test | |
parent | dd34042ec17557f50994bdf09846b52755a6fd6b (diff) | |
download | mariadb-git-c004ad09444b8b3be367b6620aa4f0716684bdc3.tar.gz |
Fix in comments.
Diffstat (limited to 'mysql-test/t/olap.test')
-rw-r--r-- | mysql-test/t/olap.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/olap.test b/mysql-test/t/olap.test index 99db3874883..61c1bd45e5f 100644 --- a/mysql-test/t/olap.test +++ b/mysql-test/t/olap.test @@ -282,7 +282,7 @@ select left(a,10) x, a, sum(b) from t1 group by x,a with rollup; drop table t1; # -# Bug #20825: ROLLUP by const item in a query with DISTINCT +# Bug #24856: ROLLUP by const item in a query with DISTINCT # CREATE TABLE t1 (a int, b int); |