~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/repl_failsafe.cc

merged from mtaylors codestyle branch that also did removepassword

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)