InnoDB Plugin  1.0
Functions
dict0boot.ic File Reference
This graph shows which files directly or indirectly include this file:

Functions

UNIV_INLINE row_id_t dict_sys_get_new_row_id (void)
UNIV_INLINE row_id_t dict_sys_read_row_id (const byte *field)
UNIV_INLINE void dict_sys_write_row_id (byte *field, row_id_t row_id)
UNIV_INLINE bool dict_is_sys_table (table_id_t id)

Detailed Description

Data dictionary creation and booting

Created 4/18/1996 Heikki Tuuri

Function Documentation

UNIV_INLINE bool dict_is_sys_table ( table_id_t  id)

Check if a table id belongs to system table.

Returns
true if the table id belongs to a system table.
Parameters
idin: table id to check
UNIV_INLINE row_id_t dict_sys_get_new_row_id ( void  )

Returns a new row id.

Returns
the new id
UNIV_INLINE row_id_t dict_sys_read_row_id ( const byte *  field)

Reads a row id from a record or other 6-byte stored form.

Returns
row id
Parameters
fieldin: record field
UNIV_INLINE void dict_sys_write_row_id ( byte *  field,
row_id_t  row_id 
)

Writes a row id to a record or other 6-byte stored form.

Parameters
fieldin: record field
row_idin: row id