MySQL 9.1.0
Source Code Documentation
|
The FTS optimize message work queue message type. More...
Public Attributes | |
fts_msg_type_t | type |
Message type. More... | |
void * | ptr |
The message contents. More... | |
mem_heap_t * | heap |
The heap used to allocate this message, the message consumer will free the heap. More... | |
The FTS optimize message work queue message type.
mem_heap_t* fts_msg_t::heap |
The heap used to allocate this message, the message consumer will free the heap.
void* fts_msg_t::ptr |
The message contents.
fts_msg_type_t fts_msg_t::type |
Message type.