~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  `IS_ACTIVE` varchar(5) NOT NULL DEFAULT '',
26
26
  `MODULE_NAME` varchar(64) NOT NULL DEFAULT ''
27
27
) ENGINE=FunctionEngine
28
 
CREATE SCHEMA drizzleslap;
29
 
DROP SCHEMA drizzleslap;
30
28
DROP SCHEMA data_dictionary;