~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/queue_producer.h

  • Committer: Lee Bieber
  • Date: 2011-02-28 21:17:20 UTC
  • mfrom: (2116.2.3 bug720908)
  • mto: This revision was merged to the branch mainline in revision 2209.
  • Revision ID: kalebral@gmail.com-20110228211720-94o00covncup502d
Merge Shrew/Joe - 720908: slave will not reconnect if initial connection to master is unsuccessful

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
   * @retval true Reconnect succeeded
131
131
   * @retval false Reconnect failed
132
132
   */
133
 
  bool reconnect();
 
133
  bool reconnect(bool initial_connection);
134
134
 
135
135
  bool queryForMaxCommitId(uint64_t *max_commit_id);
136
136
  bool queryForReplicationEvents(uint64_t max_commit_id);