~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tests/r/slap.result

Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE SCHEMA data_dictionary;
 
2
CREATE SCHEMA drizzleslap;
 
3
DROP SCHEMA drizzleslap;
 
4
DROP SCHEMA data_dictionary;