~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Monty Taylor
  • Date: 2008-10-09 18:48:17 UTC
  • mfrom: (496 drizzle)
  • mto: This revision was merged to the branch mainline in revision 497.
  • Revision ID: monty@inaugust.com-20081009184817-s7iu11gj7m96y2v6
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
select * from information_schema.CHARACTER_SETS
63
63
where CHARACTER_SET_NAME like 'latin1%';
64
64
CHARACTER_SET_NAME      DEFAULT_COLLATE_NAME    DESCRIPTION     MAXLEN
65
 
SHOW CHARACTER SET LIKE 'latin1%';
66
 
Charset Description     Default collation       Maxlen
67
65
select * from information_schema.COLLATIONS
68
66
where COLLATION_NAME like 'latin1%';
69
67
COLLATION_NAME  CHARACTER_SET_NAME      ID      IS_DEFAULT      IS_COMPILED     SORTLEN
70
 
SHOW COLLATION LIKE 'latin1%';
71
 
Collation       Charset Id      Default Compiled        Sortlen
72
68
select * from information_schema.COLLATION_CHARACTER_SET_APPLICABILITY
73
69
where COLLATION_NAME like 'latin1%';
74
70
COLLATION_NAME  CHARACTER_SET_NAME