1021
1021
/* these are called by storage engines */
1022
1022
void trans_register_ha(Session *session, bool all, StorageEngine *engine);
1028
1024
uint32_t filename_to_tablename(const char *from, char *to, uint32_t to_length);
1029
1025
uint32_t tablename_to_filename(const char *from, char *to, uint32_t to_length);