mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Recorded silly ephemeral test.
This commit is contained in:
parent
7fd0ad21a7
commit
29418ca867
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue