~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2010-03-17 13:39:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1352.
  • Revision ID: stewart@flamingspork.com-20100317133911-gf0yzcwpj5s3k34b
now that we've fixed the data_dictionary, we need to update all the result files to reflect the fact that we're now not returning garbage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
) ENGINE=FunctionEngine
21
21
SELECT * FROM character_sets ORDER BY CHARACTER_SET_NAME;
22
22
CHARACTER_SET_NAME      DEFAULT_COLLATE_NAME    DESCRIPTION     MAXLEN
23
 
binary  binary  UTF-8 Unicode   1
 
23
binary  binary          1
24
24
utf8    utf8_general_ci UTF-8 Unicode   4
25
25
SELECT * FROM collations ORDER BY COLLATION_NAME;
26
26
CHARACTER_SET_NAME      COLLATION_NAME  DESCRIPTION     ID      IS_DEFAULT      IS_COMPILED     SORTLEN
51
51
FROM data_dictionary.character_sets
52
52
ORDER BY character_set_name;
53
53
CHARACTER_SET_NAME      DEFAULT_COLLATE_NAME    DESCRIPTION     MAXLEN
54
 
binary  binary  UTF-8 Unicode   1
 
54
binary  binary          1
55
55
utf8    utf8_general_ci UTF-8 Unicode   4
56
56
SELECT *
57
57
FROM data_dictionary.collations