~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-04-09 15:03:26 UTC
  • mfrom: (971.1.44 mordred)
  • Revision ID: brian@gaz-20090409150326-cu50yn12esijpy1c
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1108
1108
int storage_engine_initializer(st_plugin_int *plugin);
1109
1109
int storage_engine_finalizer(st_plugin_int *plugin);
1110
1110
 
1111
 
TYPELIB *ha_known_exts(void);
1112
1111
void ha_close_connection(Session* session);
1113
1112
bool ha_flush_logs(StorageEngine *db_type);
1114
1113
void ha_drop_database(char* path);