![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Data dictionary creation and booting. More...
Functions | |
| static row_id_t | dict_sys_get_new_row_id (void) | 
| 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... | |
| static bool | dict_is_old_sys_table (table_id_t id) | 
| Check if a table id belongs to old innodb internal system table.  More... | |
Data dictionary creation and booting.
Created 4/18/1996 Heikki Tuuri
      
  | 
  inlinestatic | 
Check if a table id belongs to old innodb internal system table.
| [in] | id | table id | 
      
  | 
  inlinestatic | 
Returns a new row id.
Reads a row id from a record or other 6-byte stored form.
| field | in: record field |