diff options
author | unknown <kroki/tomash@moonlight.intranet> | 2006-10-10 17:28:11 +0400 |
---|---|---|
committer | unknown <kroki/tomash@moonlight.intranet> | 2006-10-10 17:28:11 +0400 |
commit | c370208a4c01d8e6cd162561166beb8c586cfba3 (patch) | |
tree | 139bfe9612b6adc9143c5882ca188937b0539bba /mysql-test/t/func_gconcat.test | |
parent | a7f8da2904525096fd6cf9c7999ce087ee4d9d4d (diff) | |
parent | e32f277c615c566d7b1654be473da40134693d96 (diff) | |
download | mariadb-git-c370208a4c01d8e6cd162561166beb8c586cfba3.tar.gz |
Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-bug21354
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-bug21354
mysql-test/t/func_gconcat.test:
Auto merged
sql/item_sum.cc:
Auto merged
sql/item_sum.h:
Auto merged
mysql-test/r/ps.result:
Manual merge.
mysql-test/t/ps.test:
Manual merge.
Diffstat (limited to 'mysql-test/t/func_gconcat.test')
-rw-r--r-- | mysql-test/t/func_gconcat.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/func_gconcat.test b/mysql-test/t/func_gconcat.test index 19753430dde..76e88dc1100 100644 --- a/mysql-test/t/func_gconcat.test +++ b/mysql-test/t/func_gconcat.test @@ -99,7 +99,7 @@ select ifnull(group_concat(concat(t1.id, ':', t1.name)), 'shortname') as 'withou select distinct ifnull(group_concat(concat(t1.id, ':', t1.name)), 'shortname') as 'with distinct: cutoff at length of shortname' from t1; drop table t1; -# check zero rows +# check zero rows (bug#836) create table t1(id int); create table t2(id int); insert into t1 values(0),(1); |