~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/data_dictionary.result

Updating test cases + added Drizzle specific schema_names and schema_info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
utf8_unicode_ci utf8
51
51
utf8_bin        utf8
52
52
utf8_spanish_ci utf8
 
53
SELECT SCHEMA_NAME  FROM data_dictionary.schema_info;
 
54
SCHEMA_NAME
 
55
#
 
56
#
 
57
#
 
58
#
 
59
SELECT SCHEMA_NAME  FROM data_dictionary.schema_names;
 
60
SCHEMA_NAME
 
61
#
 
62
#
 
63
#
 
64
#
53
65
CREATE SCHEMA drizzleslap;
54
66
DROP SCHEMA drizzleslap;
55
67
DROP SCHEMA data_dictionary;