mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
optimize discovery for cases when the storage engine is known in advance
This commit is contained in:
@ -195,8 +195,8 @@ bool open_new_frm(THD *thd, TABLE_SHARE *share, const char *alias,
|
||||
|
||||
bool get_key_map_from_key_list(key_map *map, TABLE *table,
|
||||
List<String> *index_list);
|
||||
TABLE *open_table_uncached(THD *thd, const char *path, const char *db,
|
||||
const char *table_name,
|
||||
TABLE *open_table_uncached(THD *thd, handlerton *hton, const char *path,
|
||||
const char *db, const char *table_name,
|
||||
bool add_to_temporary_tables_list);
|
||||
TABLE *find_locked_table(TABLE *list, const char *db, const char *table_name);
|
||||
TABLE *find_write_locked_table(TABLE *list, const char *db,
|
||||
|
Reference in New Issue
Block a user