The mi_id_rowid8() accessor function
The mi_id_rowid8() function retrieves the row identifier from the row-ID descriptor.
Syntax
mi_rowid8 mi_id_rowid8(MI_AM_ROWID_DESC *rowidDesc)
- rowidDesc
- Points to the row-ID descriptor.
Usage
The am_insert purpose function calls mi_id_rowid8() to obtain a value and add it to the index entry with the key.
Return values
The 8 byte integer identifies the row that this key indexes. For example, the row identifier might offset a fragment identifier to complete the location of the row.