|
MySQL 5.6.14 Source Code Document
|

Public Attributes | |
| fts_msg_type_t | type |
| void * | ptr |
| mem_heap_t * | heap |
The FTS optimize message work queue message type.
Definition at line 221 of file fts0opt.cc.
| mem_heap_t* fts_msg_t::heap |
The heap used to allocate this message, the message consumer will free the heap.
Definition at line 226 of file fts0opt.cc.
| void* fts_msg_t::ptr |
The message contents
Definition at line 224 of file fts0opt.cc.
| fts_msg_type_t fts_msg_t::type |
Message type
Definition at line 222 of file fts0opt.cc.