~vjsamuel/drizzle/fix-bug-651256

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.h

  • Committer: lbieber
  • Date: 2010-09-27 18:21:19 UTC
  • mfrom: (1797.1.2 build)
  • Revision ID: lbieber@orisndriz08-20100927182119-mz1a2hoo2pszmnom
Merge Stewart - Allow access to internal InnoDB (HailDB) data dictionary tables, fix enum now that it is 4 bytes
Merge Shrews - fix bug 643935 - The transaction_reader program should handle mixed transaction messages

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_innodb_system_table_message(const char* table_name, drizzled::message::Table *table_message);
 
134
 
 
135
 
133
136
#endif /* PLUGIN_EMBEDDED_INNODB_EMBEDDED_INNODB_ENGINE_H */