From 395d8751d598bddd10a21064a30fa644240b4bd6 Mon Sep 17 00:00:00 2001 From: "igor@olga.mysql.com" <> Date: Sun, 29 Apr 2007 18:28:58 -0700 Subject: [PATCH] Fix in comments. --- mysql-test/t/olap.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);