~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Monty Taylor
  • Date: 2009-06-09 14:30:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: mordred@inaugust.com-20090609143027-4gx5zvwmqtznqeoi
RemovedĀ strconvert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
987
987
void trans_register_ha(Session *session, bool all, StorageEngine *engine);
988
988
 
989
989
uint32_t filename_to_tablename(const char *from, char *to, uint32_t to_length);
990
 
uint32_t tablename_to_filename(const char *from, char *to, uint32_t to_length);
991
990
 
992
991
 
993
992
bool mysql_ha_open(Session *session, TableList *tables, bool reopen);