MySQL 9.1.0
Source Code Documentation
|
Data dictionary private functions. More...
Go to the source code of this file.
Functions | |
dict_table_t * | dict_table_get_low (const char *table_name, const std::string *prev_table=nullptr) |
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 private functions.
Created Fri 2 Jul 2010 13:30:38 EST - Sunny Bains
|
inlinestatic |
Checks if a table is in the dictionary cache.
|
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. |