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

Public Attributes

dict_table_ttable
fts_state_t state
ulint added
ulint deleted
ib_time_t last_run
ib_time_t completed
ib_time_t interval_time

Detailed Description

We use this information to determine when to start the optimize

cycle for a table.

Definition at line 187 of file fts0opt.cc.

Member Data Documentation

ulint fts_slot_t::added

Number of doc ids added since the last time this table was optimized

Definition at line 192 of file fts0opt.cc.

ib_time_t fts_slot_t::completed

Optimize finish time

Definition at line 200 of file fts0opt.cc.

ulint fts_slot_t::deleted

Number of doc ids deleted since the last time this table was optimized

Definition at line 195 of file fts0opt.cc.

ib_time_t fts_slot_t::interval_time

Minimum time to wait before optimizing the table again.

Definition at line 202 of file fts0opt.cc.

ib_time_t fts_slot_t::last_run

Time last run completed

Definition at line 198 of file fts0opt.cc.

fts_state_t fts_slot_t::state

State of this slot

Definition at line 190 of file fts0opt.cc.

dict_table_t* fts_slot_t::table

Table to optimize

Definition at line 188 of file fts0opt.cc.


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