MySQL 5.6.14 Source Code Document
|
Public Attributes | |
dict_table_t * | table |
fts_state_t | state |
ulint | added |
ulint | deleted |
ib_time_t | last_run |
ib_time_t | completed |
ib_time_t | interval_time |
We use this information to determine when to start the optimize
cycle for a table.
Definition at line 187 of file fts0opt.cc.
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.