~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/tests/r/data_dictionary.result

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CREATE SCHEMA data_dictionary;
2
1
use data_dictionary;
3
2
show create table CHARACTER_SETS ;
4
3
Table   Create Table
87
86
select * from data_dictionary.COLLATIONS
88
87
where COLLATION_NAME like 'latin1%';
89
88
CHARACTER_SET_NAME      COLLATION_NAME  DESCRIPTION     ID      IS_DEFAULT      IS_COMPILED     SORTLEN
90
 
DROP SCHEMA data_dictionary;