~drizzle-trunk/drizzle/development

316 by Brian Aker
First pass of new sql_db.cc work
1
/*
2
  This is a place holder for all proto includes.
3
*/
4
5
#ifndef DRIZZLED_SERIALIZE_SERIALIZE_H
6
#define DRIZZLED_SERIALIZE_SERIALIZE_H
7
8
#include <drizzled/serialize/schema.pb.h>
490 by Brian Aker
More effort around master.info (and relay.info)
9
#include <drizzled/serialize/master_list.pb.h>
584.2.5 by Stewart Smith
store a protobuf tabledefinition along with FRM
10
#include <drizzled/serialize/table.pb.h>
671 by Brian Aker
Cleaned up events for writing in replication (using simple file
11
#include <drizzled/serialize/replication_event.pb.h>
316 by Brian Aker
First pass of new sql_db.cc work
12
13
#endif /* DRIZZLED_SERIALIZE_SERIALIZE_H */