~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Joseph Daly
  • Date: 2011-04-28 18:07:05 UTC
  • mfrom: (2293.2.1 bug771572)
  • mto: This revision was merged to the branch mainline in revision 2299.
  • Revision ID: skinny.moey@gmail.com-20110428180705-allyo3i0snob042o
merge in fix for bug771572, and merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
REPLICATION_STREAMS     CREATE TABLE `REPLICATION_STREAMS` (
8
8
  `REPLICATOR` VARCHAR(256) NOT NULL,
9
9
  `APPLIER` VARCHAR(256) NOT NULL
10
 
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER SYSTEM
 
10
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER 'SYSTEM'