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/r/func_gconcat.result | |
parent | 6cc19078ba7f2db521d44a3b8b9f0d5ea135625c (diff) | |
download | mariadb-git-d3b2228fd8b9ba13f8adedfee144d222b32b1cec.tar.gz |
cleanup: cosmetic fixes
Diffstat (limited to 'mysql-test/r/func_gconcat.result')
-rw-r--r-- | mysql-test/r/func_gconcat.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/func_gconcat.result b/mysql-test/r/func_gconcat.result index 9014450bef3..5c4a2900a80 100644 --- a/mysql-test/r/func_gconcat.result +++ b/mysql-test/r/func_gconcat.result @@ -1,4 +1,3 @@ -drop table if exists t1, t2; 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"); insert into t1 values (2,2,"b","a"); |