~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

Move thr_*h to mysys.

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>