diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-12-14 14:52:33 -0500 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-12-14 14:52:33 -0500 |
commit | 29418ca8679a4191ef5121f6f4217bbe5d8d56af (patch) | |
tree | 412246c19e860aea72037740b7a0c36d00332ad2 /mysql-test/r | |
parent | 7fd0ad21a77e64d2ff6351f532962a247674833b (diff) | |
download | mariadb-git-29418ca8679a4191ef5121f6f4217bbe5d8d56af.tar.gz |
Recorded silly ephemeral test.
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/information_schema.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result index 72889fc6294..ba6c2cd7854 100644 --- a/mysql-test/r/information_schema.result +++ b/mysql-test/r/information_schema.result @@ -1148,7 +1148,7 @@ group by column_type order by num; column_type group_concat(table_schema, '.', table_name) num varchar(27) information_schema.COLUMNS 1 varchar(7) information_schema.ROUTINES,information_schema.VIEWS 2 -varchar(20) information_schema.FILES,information_schema.FILES,information_schema.FILES,information_schema.PLUGINS,information_schema.PLUGINS,information_schema.PLUGINS,information_schema.PROFILING 7 +varchar(20) information_schema.FILES,information_schema.FILES,information_schema.PLUGINS,information_schema.PLUGINS,information_schema.PLUGINS,information_schema.PROFILING 6 create table t1(f1 char(1) not null, f2 char(9) not null) default character set utf8; select CHARACTER_MAXIMUM_LENGTH, CHARACTER_OCTET_LENGTH from |