~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_mi.h

  • Committer: Brian Aker
  • Date: 2008-07-10 19:37:55 UTC
  • mfrom: (51.1.67 remove-dbug)
  • Revision ID: brian@tangent.org-20080710193755-f5g761uieqa3wxmt
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  uint connect_retry;
86
86
  float heartbeat_period;         // interface with CHANGE MASTER or master.info
87
87
  ulonglong received_heartbeats;  // counter of received heartbeat events
88
 
#ifndef DBUG_OFF
89
88
  int events_till_disconnect;
90
 
#endif
91
89
  bool inited;
92
90
  volatile bool abort_slave;
93
91
  volatile uint slave_running;