~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_rli.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:
204
204
  pthread_mutex_t log_space_lock;
205
205
  pthread_cond_t log_space_cond;
206
206
  THD * sql_thd;
207
 
#ifndef DBUG_OFF
208
207
  int events_till_abort;
209
 
#endif  
210
208
 
211
209
  /* if not set, the value of other members of the structure are undefined */
212
210
  bool inited;