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

Functions

UNIV_INLINE dict_table_tdict_table_get_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)
UNIV_INLINE dict_table_tdict_table_check_if_in_cache_low (const char *table_name)

Detailed Description

Data dictionary system private include file

Created Wed 13 Oct 2010 16:10:14 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
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.

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
Parameters
table_idin: table id
ignore_errin: errors to ignore when loading the table