| MySQL 5.6.14 Source Code Document
    | 
#include "dict0priv.ic"

Go to the source code of this file.
| Functions | |
| UNIV_INLINE dict_table_t * | dict_table_get_low (const char *table_name) | 
| UNIV_INLINE dict_table_t * | dict_table_check_if_in_cache_low (const char *table_name) | 
| UNIV_INLINE dict_table_t * | dict_table_open_on_id_low (table_id_t table_id, dict_err_ignore_t ignore_err) | 
Data dictionary private functions
Created Fri 2 Jul 2010 13:30:38 EST - Sunny Bains
Definition in file dict0priv.h.
| UNIV_INLINE dict_table_t* dict_table_check_if_in_cache_low | ( | const char * | table_name | ) | 
Checks if a table is in the dictionary cache.

| UNIV_INLINE dict_table_t* dict_table_get_low | ( | const char * | table_name | ) | 
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.

| UNIV_INLINE dict_table_t* dict_table_open_on_id_low | ( | table_id_t | table_id, | 
| dict_err_ignore_t | ignore_err | ||
| ) | 
Returns a table object based on table id.
| table_id | in: table id | 
