~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Monty Taylor
  • Date: 2008-07-30 03:40:13 UTC
  • mto: (236.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 239.
  • Revision ID: monty@inaugust.com-20080730034013-jy70ykvwhoxj7a22
Moved my_dir (and removed references to a lot of places)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "rpl_filter.h"
35
35
#include "repl_failsafe.h"
36
36
#include <mysys/thr_alarm.h>
37
 
#include <my_dir.h>
38
37
#include <libdrizzle/sql_common.h>
39
38
#include <errmsg.h>
40
39
#include <mysys/mysys_err.h>