~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/repl_failsafe.cc

  • Committer: Brian Aker
  • Date: 2008-07-09 15:38:43 UTC
  • mfrom: (77.1.44 codestyle)
  • Revision ID: brian@tangent.org-20080709153843-tu7d42yrjq6fd00k
Merging patch from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "rpl_mi.h"
33
33
#include "rpl_filter.h"
34
34
#include "log_event.h"
35
 
#include <mysql.h>
36
35
 
37
36
#define SLAVE_LIST_CHUNK 128
38
37
#define SLAVE_ERRMSG_SIZE (FN_REFLEN+64)