~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/replication_schema.h

  • Committer: Mark Atwood
  • Date: 2011-07-07 02:21:06 UTC
  • mfrom: (2360.1.1 drizzle)
  • Revision ID: me@mark.atwood.name-20110707022106-cnzmj4jjz8qvwqst
mergeĀ lp:~fallenpegasus/drizzle/multimaster

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
   * another event from the master (which causes persistence of the value).
45
45
   * An edge case, but still possible.
46
46
   *
 
47
   * @param[in] master_id Unique master identifier.
47
48
   * @param[in] value The initial value.
48
49
   */
49
 
  bool setInitialMaxCommitId(uint64_t value);
 
50
  bool setInitialMaxCommitId(uint32_t master_id, uint64_t value);
 
51
 
 
52
  bool createInitialApplierRow(uint32_t master_id);
 
53
  bool createInitialIORow(uint32_t master_id);
50
54
};
51
55
 
52
56
} /* namespace slave */