![]() |
MySQL 9.6.0
Source Code Documentation
|
Data dictionary creation and booting. More...
Functions | |
| static row_id_t | dict_sys_get_new_row_id () |
| Returns a new row id. More... | |
| static row_id_t | dict_sys_read_row_id (const byte *field) |
| Reads a row id from a record or other 6-byte stored form. More... | |
| static 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. More... | |
Data dictionary creation and booting.
Created 4/18/1996 Heikki Tuuri
|
inlinestatic |
Returns a new row id.
Reads a row id from a record or other 6-byte stored form.
| field | in: record field |