MySQL 8.4.1
Source Code Documentation
ib_tuple_t Struct Reference

InnoDB tuple used for key operations. More...

Public Attributes

mem_heap_theap
 Heap used to build this and for copying the column values. More...
 
ib_tuple_type_t type
 Tuple discriminitor. More...
 
const dict_index_tindex
 Index for tuple can be either secondary or cluster index. More...
 
dtuple_tptr
 The internal tuple instance. More...
 

Detailed Description

InnoDB tuple used for key operations.

Member Data Documentation

◆ heap

mem_heap_t* ib_tuple_t::heap

Heap used to build this and for copying the column values.

◆ index

const dict_index_t* ib_tuple_t::index

Index for tuple can be either secondary or cluster index.

◆ ptr

dtuple_t* ib_tuple_t::ptr

The internal tuple instance.

◆ type

ib_tuple_type_t ib_tuple_t::type

Tuple discriminitor.


The documentation for this struct was generated from the following file: