MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_msg_del_t Struct Reference
Collaboration diagram for fts_msg_del_t:

Public Attributes

dict_table_ttable
os_event_t event

Detailed Description

A table remove message for the FTS optimize thread.

Definition at line 207 of file fts0opt.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: