| MySQL 5.6.14 Source Code Document
    | 

| Public Attributes | |
| mem_heap_t * | heap | 
| ib_tuple_type_t | type | 
| const dict_index_t * | index | 
| dtuple_t * | ptr | 
InnoDB tuple used for key operations.
Definition at line 193 of file api0api.cc.
| mem_heap_t* ib_tuple_t::heap | 
Heap used to build this and for copying the column values.
Definition at line 194 of file api0api.cc.
| const dict_index_t* ib_tuple_t::index | 
Index for tuple can be either secondary or cluster index.
Definition at line 200 of file api0api.cc.
| dtuple_t* ib_tuple_t::ptr | 
The internal tuple instance
Definition at line 203 of file api0api.cc.
| ib_tuple_type_t ib_tuple_t::type | 
Tuple discriminitor.
Definition at line 198 of file api0api.cc.