~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.h

  • Committer: Monty Taylor
  • Date: 2008-10-06 04:45:56 UTC
  • mfrom: (438.1.13 drizzle)
  • Revision ID: monty@inaugust.com-20081006044556-5urk8k3yhnnl3o1p
Merged in from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
*/
38
38
#define SLAVE_MAX_HEARTBEAT_PERIOD 4294967
39
39
 
40
 
#ifdef HAVE_REPLICATION
41
 
 
42
40
#include "log.h"
43
41
#include <mysys/my_list.h>
44
42
#include "rpl_filter.h"
227
225
       
228
226
extern I_List<THD> threads;
229
227
 
230
 
#endif /* HAVE_REPLICATION */
231
 
 
232
228
/* masks for start/stop operations on io and sql slave threads */
233
229
#define SLAVE_IO  1
234
230
#define SLAVE_SQL 2