252
252
TABLE_SHARE *get_cached_table_share(const char *db, const char *table_name);
253
253
Table *open_ltable(THD *thd, TableList *table_list, thr_lock_type update,
255
Table *open_table(THD *thd, TableList *table_list, MEM_ROOT* mem,
255
Table *open_table(THD *thd, TableList *table_list, bool *refresh, uint flags);
257
256
bool name_lock_locked_table(THD *thd, TableList *tables);
258
257
bool reopen_name_locked_table(THD* thd, TableList* table_list, bool link_in);
259
258
Table *table_cache_insert_placeholder(THD *thd, const char *key,