Commit c004ad09 authored by unknown's avatar unknown

Fix in comments.

parent dd34042e
...@@ -282,7 +282,7 @@ select left(a,10) x, a, sum(b) from t1 group by x,a with rollup; ...@@ -282,7 +282,7 @@ select left(a,10) x, a, sum(b) from t1 group by x,a with rollup;
drop table t1; 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); CREATE TABLE t1 (a int, b int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment