InnoDB Plugin
1.0
|
Functions | |
UNIV_INLINE dict_table_t * | dict_table_get_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) |
UNIV_INLINE dict_table_t * | dict_table_check_if_in_cache_low (const char *table_name) |
Data dictionary system private include file
Created Wed 13 Oct 2010 16:10:14 EST Sunny Bains
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.
table_name | in: table name |
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.
table_name | in: table name |
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 |
ignore_err | in: errors to ignore when loading the table |