~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 18:20:51 UTC
  • mfrom: (511.2.7 more-warnings)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016182051-iope4f1pjm2uqev2
Merged in more warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
#include "rpl_tblmap.h"
52
52
 
53
 
#define FLAGSTR(V,F) ((V)&(F)?#F" ":"")
54
 
 
55
53
#define MAX_SLAVE_RETRY_PAUSE 5
56
54
bool use_slave_mask = 0;
57
55
MY_BITMAP slave_error_mask;