~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-08-04 01:57:12 UTC
  • mfrom: (1684.1.2 drizzle)
  • Revision ID: brian@gaz-20100804015712-50u80w8ie7p9fgau
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
show create table replication_streams;
6
6
Table   Create Table
7
7
replication_streams     CREATE TABLE `replication_streams` (
8
 
  `REPLICATOR` varchar(256) NOT NULL DEFAULT '',
9
 
  `APPLIER` varchar(256) NOT NULL DEFAULT ''
 
8
  `REPLICATOR` varchar(256) NOT NULL,
 
9
  `APPLIER` varchar(256) NOT NULL
10
10
) ENGINE=FunctionEngine