~stewart/drizzle/rename-embedded-innodb-to-haildb

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.h

  • Committer: Stewart Smith
  • Date: 2010-09-30 05:47:49 UTC
  • mfrom: (1787.3.15 drizzle)
  • Revision ID: stewart@flamingspork.com-20100930054749-s1szrpe6wm2z8532
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
  bool in_table_scan;
131
131
};
132
132
 
 
133
int get_haildb_system_table_message(const char* table_name, drizzled::message::Table *table_message);
 
134
 
133
135
#endif /* PLUGIN_HAILDB_HAILDB_ENGINE_H */