MySQL 9.1.0
Source Code Documentation
|
Structure stores information needed for the insertion phase of FTS parallel sort. More...
Public Attributes | |
CHARSET_INFO * | m_charset {} |
Charset info. More... | |
mem_heap_t * | m_heap {} |
Heap. More... | |
bool | m_doc_id_32_bit {} |
Whether to use smaller (4 bytes) integer for Doc ID. More... | |
Btree_load * | m_btr_bulk {} |
Bulk load instance. More... | |
dtuple_t * | m_tuple {} |
Tuple to insert. More... | |
size_t | m_handler_id {} |
Auxiliary index id. More... | |
Structure stores information needed for the insertion phase of FTS parallel sort.
Btree_load* ddl::Insert::m_btr_bulk {} |
Bulk load instance.
CHARSET_INFO* ddl::Insert::m_charset {} |
Charset info.
bool ddl::Insert::m_doc_id_32_bit {} |
Whether to use smaller (4 bytes) integer for Doc ID.
size_t ddl::Insert::m_handler_id {} |
Auxiliary index id.
mem_heap_t* ddl::Insert::m_heap {} |
Heap.
dtuple_t* ddl::Insert::m_tuple {} |
Tuple to insert.