~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/mi.h

  • 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:
20
20
#ifndef DRIZZLED_RPL_MI_H
21
21
#define DRIZZLED_RPL_MI_H
22
22
 
23
 
#include "rpl_rli.h"
24
 
#include "rpl_reporting.h"
 
23
#include <drizzled/replication/rli.h>
 
24
#include <drizzled/replication/reporting.h>
25
25
#include <drizzled/serialize/serialize.h>
26
26
#include <string>
27
27