MySQL 5.6.14 Source Code Document
|
Public Attributes | |
dict_table_t * | table |
os_event_t | event |
A table remove message for the FTS optimize thread.
Definition at line 207 of file fts0opt.cc.
os_event_t fts_msg_del_t::event |
Event to synchronize acknowledgement of receipt and processing of the this message by the consumer
Definition at line 210 of file fts0opt.cc.
dict_table_t* fts_msg_del_t::table |
The table to remove
Definition at line 208 of file fts0opt.cc.