1
0
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:
Sergei Golubchik
2019-04-20 12:13:42 +02:00
parent 6cc19078ba
commit d3b2228fd8
5 changed files with 6 additions and 9 deletions

View File

@ -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");