~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-06-10 23:43:32 UTC
  • mfrom: (1054.2.25 mordred)
  • Revision ID: brian@gaz-20090610234332-o8zyo1lm2p6a2e7l
Merge Monty

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);
 
990
bool tablename_to_filename(const char *from, char *to, size_t to_length);
991
991
 
992
992
 
993
993
bool mysql_ha_open(Session *session, TableList *tables, bool reopen);