~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

MergingĀ fromĀ Mark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
 or column_type = 'varchar(27)')
291
291
group by column_type order by num;
292
292
column_type     group_concat(table_schema, '.', table_name)     num
 
293
varchar(20)     information_schema.PLUGINS      1
293
294
varchar(27)     information_schema.COLUMNS      1
294
 
varchar(20)     information_schema.PLUGINS,information_schema.PLUGINS,information_schema.PLUGINS        3
295
295
create table t1(f1 char(1) not null, f2 char(9) not null)
296
296
default character set utf8;
297
297
select CHARACTER_MAXIMUM_LENGTH, CHARACTER_OCTET_LENGTH from
415
415
table_name      group_concat(t.table_schema, '.', t.table_name) num1
416
416
CHARACTER_SETS  information_schema.CHARACTER_SETS       1
417
417
COLLATIONS      information_schema.COLLATIONS   1
 
418
COLLATION_CHARACTER_SET_APPLICABILITY   information_schema.COLLATION_CHARACTER_SET_APPLICABILITY        1
418
419
COLUMNS information_schema.COLUMNS      1
 
420
GLOBAL_STATUS   information_schema.GLOBAL_STATUS        1
 
421
GLOBAL_VARIABLES        information_schema.GLOBAL_VARIABLES     1
419
422
KEY_COLUMN_USAGE        information_schema.KEY_COLUMN_USAGE     1
420
423
PLUGINS information_schema.PLUGINS      1
421
424
PROCESSLIST     information_schema.PROCESSLIST  1
422
425
REFERENTIAL_CONSTRAINTS information_schema.REFERENTIAL_CONSTRAINTS      1
423
426
SCHEMATA        information_schema.SCHEMATA     1
 
427
SESSION_STATUS  information_schema.SESSION_STATUS       1
 
428
SESSION_VARIABLES       information_schema.SESSION_VARIABLES    1
424
429
STATISTICS      information_schema.STATISTICS   1
425
430
TABLES  information_schema.TABLES       1
426
431
TABLE_CONSTRAINTS       information_schema.TABLE_CONSTRAINTS    1