49    const std::string *prev_table = 
nullptr); 
 
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.
Definition: dict0priv.ic:38
 
static dict_table_t * dict_table_check_if_in_cache_low(const char *table_name)
Checks if a table is in the dictionary cache.
 
Data dictionary system private include file.
 
const char * table_name
Definition: rules_table_service.cc:56
 
Data structure for a database table.
Definition: dict0mem.h:1918
 
Version control for database, common definitions, and include files.