~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Stewart Smith
  • Date: 2009-07-14 08:47:19 UTC
  • mto: (1093.1.29 captain)
  • mto: This revision was merged to the branch mainline in revision 1102.
  • Revision ID: stewart@flamingspork.com-20090714084719-kzta10ertk0mu0jq
move drizzle_proto_exists and drizzle_read_table_proto out of unireg.h and into table_proto.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <drizzled/plugin_registry.h>
32
32
#include <string>
33
33
 
 
34
#include <drizzled/table_proto.h>
 
35
 
34
36
#include CSTDINT_H
35
37
 
36
38
using namespace std;