MySQL 9.1.0
Source Code Documentation
|
InnoDB tuple used for key operations. More...
Public Attributes | |
mem_heap_t * | heap |
Heap used to build this and for copying the column values. More... | |
ib_tuple_type_t | type |
Tuple discriminitor. More... | |
const dict_index_t * | index |
Index for tuple can be either secondary or cluster index. More... | |
dtuple_t * | ptr |
The internal tuple instance. More... | |
InnoDB tuple used for key operations.
mem_heap_t* ib_tuple_t::heap |
Heap used to build this and for copying the column values.
const dict_index_t* ib_tuple_t::index |
Index for tuple can be either secondary or cluster index.
dtuple_t* ib_tuple_t::ptr |
The internal tuple instance.
ib_tuple_type_t ib_tuple_t::type |
Tuple discriminitor.