~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Vijay Samuel
  • Date: 2010-08-20 02:23:54 UTC
  • mfrom: (1720.1.4 build)
  • mto: (1726.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1727.
  • Revision ID: vijay@vijay-20100820022354-sxunltk8q3nb8ld2
Merge removed the drizzled/option.h include from client_priv.h and archive_reader.

Show diffs side-by-side

added added

removed removed

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