~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 19:17:01 UTC
  • mfrom: (212.5.14 remove-include-dir)
  • Revision ID: brian@tangent.org-20080728191701-trc0030y4het31jf
Merging Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "sql_repl.h"
34
34
#include "rpl_filter.h"
35
35
#include "repl_failsafe.h"
36
 
#include <thr_alarm.h>
 
36
#include <mysys/thr_alarm.h>
37
37
#include <my_dir.h>
38
38
#include <sql_common.h>
39
39
#include <errmsg.h>
40
 
#include <mysys_err.h>
 
40
#include <mysys/mysys_err.h>
41
41
 
42
42
#ifdef HAVE_REPLICATION
43
43