~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.h

  • Committer: Monty Taylor
  • Date: 2010-09-30 04:11:21 UTC
  • mfrom: (1308.1.92 debian)
  • Revision ID: mordred@inaugust.com-20100930041121-g7xla0wwrhvb7uoh
New upstream release.

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 */