~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/replication_schema.cc

  • Committer: Mark Atwood
  • Date: 2011-10-17 22:17:28 UTC
  • mfrom: (2440.1.1 bug867866)
  • Revision ID: me@mark.atwood.name-20111017221728-tfbadp6rbrjb6wxt
mergeĀ lp:~dshrews/drizzle/bug867866

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
                " `originating_commit_id` BIGINT NOT NULL,"
107
107
                " `msg` BLOB,"
108
108
                " `master_id` BIGINT NOT NULL,"
109
 
                " PRIMARY KEY(`trx_id`, `seg_id`))"
 
109
                " PRIMARY KEY(`master_id`, `trx_id`, `seg_id`))"
110
110
                " COMMENT = 'VERSION 1.2'");
111
111
  if (not executeSQL(sql))
112
112
    return false;