1137
1137
uint32_t key_length, uint32_t db_flags, int *error);
1138
1138
void release_table_share(TableShare *share);
1139
1139
TableShare *get_cached_table_share(const char *db, const char *table_name);
1140
Table *open_ltable(Session *session, TableList *table_list, thr_lock_type update,
1142
1141
Table *open_table(Session *session, TableList *table_list, bool *refresh, uint32_t flags);
1143
1142
bool name_lock_locked_table(Session *session, TableList *tables);
1144
1143
bool reopen_name_locked_table(Session* session, TableList* table_list, bool link_in);