InnoDB Plugin
1.0
|
#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
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.
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. Note: Not to be called from outside dict0*c functions.
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.
Returns a table object based on table id.
table_id | in: table id |
ignore_err | in: errors to ignore when loading the table |