~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2008-07-29 19:45:49 UTC
  • mfrom: (212.5.34 remove-include-dir)
  • mto: This revision was merged to the branch mainline in revision 236.
  • Revision ID: monty@inaugust.com-20080729194549-1455h4t2fh40s92z
Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "mysql_priv.h"
17
17
#include <m_ctype.h>
18
18
#include <my_dir.h>
19
 
#include <my_bit.h>
 
19
#include <mysys/my_bit.h>
20
20
#include "slave.h"
21
21
#include "rpl_mi.h"
22
22
#include "sql_repl.h"
75
75
#ifdef HAVE_GRP_H
76
76
#include <grp.h>
77
77
#endif
78
 
#include <my_net.h>
79
78
 
80
79
#include <sys/resource.h>
81
80