summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_gconcat.test
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2006-04-20 12:35:33 +0400
committerunknown <evgen@moonbone.local>2006-04-20 12:35:33 +0400
commitfffe7c4d1e6be607a449cfe26016e31fe708ab9b (patch)
tree8abc54f9aed0c471c5b2a9832787e80ad84c291f /mysql-test/t/func_gconcat.test
parente4d653abb8a2b25ca932c75e61e75a97f49bd34c (diff)
downloadmariadb-git-fffe7c4d1e6be607a449cfe26016e31fe708ab9b.tar.gz
func_gconcat.test:
Clean up test case for bug#14169 mysql-test/t/func_gconcat.test: Clean up test case for bug#14169
Diffstat (limited to 'mysql-test/t/func_gconcat.test')
-rw-r--r--mysql-test/t/func_gconcat.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/func_gconcat.test b/mysql-test/t/func_gconcat.test
index ed35c7534f6..8f50690dd8b 100644
--- a/mysql-test/t/func_gconcat.test
+++ b/mysql-test/t/func_gconcat.test
@@ -398,7 +398,6 @@ create table t1 (f1 int unsigned, f2 varchar(255));
insert into t1 values (1,repeat('a',255)),(2,repeat('b',255));
--enable_metadata
select f2,group_concat(f1) from t1 group by f2;
-# select f2,group_concat(f1) from t1 group by f2 order by 2;
--disable_metadata
drop table t1;