MySQL 9.0.0
Source Code Documentation
ddl::Insert Struct Reference

Structure stores information needed for the insertion phase of FTS parallel sort. More...

Public Attributes

CHARSET_INFOm_charset {}
 Charset info. More...
 
mem_heap_tm_heap {}
 Heap. More...
 
bool m_doc_id_32_bit {}
 Whether to use smaller (4 bytes) integer for Doc ID. More...
 
Btree_loadm_btr_bulk {}
 Bulk load instance. More...
 
dtuple_tm_tuple {}
 Tuple to insert. More...
 
size_t m_handler_id {}
 Auxiliary index id. More...
 

Detailed Description

Structure stores information needed for the insertion phase of FTS parallel sort.

Member Data Documentation

◆ m_btr_bulk

Btree_load* ddl::Insert::m_btr_bulk {}

Bulk load instance.

◆ m_charset

CHARSET_INFO* ddl::Insert::m_charset {}

Charset info.

◆ m_doc_id_32_bit

bool ddl::Insert::m_doc_id_32_bit {}

Whether to use smaller (4 bytes) integer for Doc ID.

◆ m_handler_id

size_t ddl::Insert::m_handler_id {}

Auxiliary index id.

◆ m_heap

mem_heap_t* ddl::Insert::m_heap {}

Heap.

◆ m_tuple

dtuple_t* ddl::Insert::m_tuple {}

Tuple to insert.


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