~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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