~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/queue_producer.h

  • Committer: David Shrewsbury
  • Date: 2011-03-09 17:10:06 UTC
  • mto: (2228.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2229.
  • Revision ID: shrewsbury.dave@gmail.com-20110309171006-ld90oph01m3rex5k
Persist --slave.max-commit-id value to applier_state table.

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
  }