~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/replication_schema.h

  • Committer: Lee Bieber
  • Date: 2011-04-02 03:51:56 UTC
  • mfrom: (2260.1.1 revert_slave)
  • Revision ID: kalebral@gmail.com-20110402035156-lhfvo7o6yqtli0xs
Merge Shrews - Revert the multi-master slave plugin changes.

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.
48
47
   * @param[in] value The initial value.
49
48
   */
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);
 
49
  bool setInitialMaxCommitId(uint64_t value);
54
50
};
55
51
 
56
52
} /* namespace slave */