InnoDB Plugin  1.0
Functions
dict0priv.h File Reference
#include "dict0priv.ic"
Include dependency graph for dict0priv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

UNIV_INLINE dict_table_tdict_table_get_low (const char *table_name)
UNIV_INLINE dict_table_tdict_table_check_if_in_cache_low (const char *table_name)
UNIV_INLINE dict_table_tdict_table_open_on_id_low (table_id_t table_id, dict_err_ignore_t ignore_err)

Detailed Description

Data dictionary private functions

Created Fri 2 Jul 2010 13:30:38 EST - Sunny Bains

Function Documentation

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.

Returns
table, NULL if not found in: table name

Checks if a table is in the dictionary cache.

Returns
table, NULL if not found
Parameters
table_namein: 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.

Returns
table, NULL if not found in: table name

Gets a table; loads it to the dictionary cache if necessary. A low-level function.

Returns
table, NULL if not found
Parameters
table_namein: 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
table, NULL if does not exist in: errors to ignore when loading the table

Returns a table object based on table id.

Returns
table, NULL if does not exist
Parameters
table_idin: table id
ignore_errin: errors to ignore when loading the table