MySQL 9.1.0
Source Code Documentation
|
Data dictionary system private include file. More...
Functions | |
dict_table_t * | dict_table_get_low (const char *table_name, const std::string *prev_table) |
Gets a table; loads it to the dictionary cache if necessary. More... | |
static dict_table_t * | dict_table_check_if_in_cache_low (const char *table_name) |
Checks if a table is in the dictionary cache. More... | |
Data dictionary system private include file.
Created Wed 13 Oct 2010 16:10:14 EST Sunny Bains
|
inlinestatic |
Checks if a table is in the dictionary cache.
table_name | in: table name |
|
inline |
Gets a table; loads it to the dictionary cache if necessary.
A low-level function. Note: Not to be called from outside dict0*c functions.
[in] | table_name | the table name |
[in] | prev_table | previous table name. The current table load is happening because of the load of the previous table name. This parameter is used to check for cyclic calls. |