~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/master_pos_wait.cc

  • Committer: Monty Taylor
  • Date: 2008-11-11 01:17:35 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: monty@inaugust.com-20081111011735-ct447w151fbbubcu
Removed my_getwd.
Moved replication files.
Moved more stuff out of server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <drizzled/server_includes.h>
21
 
#include "../rpl_mi.h"
 
21
#include <drizzled/replication/mi.h>
22
22
#include CSTDINT_H
23
23
#include <drizzled/functions/master_pos_wait.h>
24
24