diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-04-20 12:13:42 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-04-24 16:06:54 +0200 |
commit | d3b2228fd8b9ba13f8adedfee144d222b32b1cec (patch) | |
tree | 28b915212d9b556d53e4eeca6d44f03629606185 /mysql-test/t/func_gconcat.test | |
parent | 6cc19078ba7f2db521d44a3b8b9f0d5ea135625c (diff) | |
download | mariadb-git-d3b2228fd8b9ba13f8adedfee144d222b32b1cec.tar.gz |
cleanup: cosmetic fixes
Diffstat (limited to 'mysql-test/t/func_gconcat.test')
-rw-r--r-- | mysql-test/t/func_gconcat.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/t/func_gconcat.test b/mysql-test/t/func_gconcat.test index 3cc244339d3..8f6a600a509 100644 --- a/mysql-test/t/func_gconcat.test +++ b/mysql-test/t/func_gconcat.test @@ -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"); |