~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/replication_event_reader.cc

  • Committer: Monty Taylor
  • Date: 2008-12-16 03:09:04 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216030904-wfopcvbg81zw0902
Fixed a few things to make VPATH builds work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <iostream>
6
6
#include <fstream>
7
7
#include <string>
8
 
#include "replication_event.pb.h"
 
8
#include <drizzled/serialize/replication_event.pb.h>
9
9
using namespace std;
10
10
 
11
11
/*