~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/queue_producer.h

  • Committer: Monty Taylor
  • Date: 2011-03-10 21:39:42 UTC
  • mfrom: (2228.1.3 build)
  • Revision ID: mordred@inaugust.com-20110310213942-empexe7mfa2q437w
Merge Joe and Dave: Replication bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    _seconds_between_reconnects= seconds;
92
92
  }
93
93
 
94
 
  void setMaxCommitId(uint64_t value)
 
94
  void setCachedMaxCommitId(uint64_t value)
95
95
  {
96
96
    _saved_max_commit_id= value;
97
97
  }