MySQL 8.0.40
Source Code Documentation
|
Information about temporary files used in merge sort. More...
#include <ddl0fts.h>
Public Attributes | |
dfield_t * | m_field {} |
Field contains document string. More... | |
doc_id_t | m_doc_id {} |
Document ID. More... | |
Information about temporary files used in merge sort.
This structure defines information the scan thread will fetch and put to the linked list for parallel tokenization/sort threads to process
doc_id_t ddl::FTS::Doc_item::m_doc_id {} |
Document ID.
dfield_t* ddl::FTS::Doc_item::m_field {} |
Field contains document string.