~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/replication_table_ddl.result

  • Committer: Brian Aker
  • Date: 2011-03-09 06:09:45 UTC
  • mto: (2227.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: brian@tangent.org-20110309060945-2myym9cbx0tofa1k
Merge fixes for Shrews on bug 731189.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
A       CREATE TABLE `A` (
13
13
  `A` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
14
14
  UNIQUE KEY `A` (`A`)
15
 
) ENGINE=InnoDB COLLATE = utf8_general_ci
 
15
) ENGINE=InnoDB COLLATE = utf8_general_ci REPLICATE = FALSE
16
16
DROP TABLE A;