mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
cleanup: cosmetic fixes
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
#
|
||||
# simple test of group_concat function
|
||||
#
|
||||
--disable_warnings
|
||||
drop table if exists t1, t2;
|
||||
--enable_warnings
|
||||
|
||||
create table t1 (grp int, a bigint unsigned, c char(10) not null, d char(10) not null);
|
||||
insert into t1 values (1,1,"a","a");
|
||||
|
Reference in New Issue
Block a user