mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
func_gconcat.test:
Clean up test case for bug#14169 mysql-test/t/func_gconcat.test: Clean up test case for bug#14169
This commit is contained in:
@ -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));
|
insert into t1 values (1,repeat('a',255)),(2,repeat('b',255));
|
||||||
--enable_metadata
|
--enable_metadata
|
||||||
select f2,group_concat(f1) from t1 group by f2;
|
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
|
--disable_metadata
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user