| InnoDB Plugin
    1.0
    | 
#include <row0ftsort.h>

| Data Fields | |
| ulint | processed_len | 
| ulint | init_pos | 
| ulint | buf_used | 
| ulint | rows_added [FTS_NUM_AUX_INDEX] | 
| ib_rbt_t * | cached_stopword | 
| dfield_t | sort_field [FTS_NUM_FIELDS_SORT] | 
Structure stores information from string tokenization operation
| ulint fts_tokenize_ctx::buf_used | 
the sort buffer (ID) when tokenization stops, which could due to sort buffer full
| ib_rbt_t* fts_tokenize_ctx::cached_stopword | 
in: stopword list
| ulint fts_tokenize_ctx::init_pos | 
doc start position
| ulint fts_tokenize_ctx::processed_len | 
processed string length
| ulint fts_tokenize_ctx::rows_added[FTS_NUM_AUX_INDEX] | 
number of rows added for each FTS index partition
| dfield_t fts_tokenize_ctx::sort_field[FTS_NUM_FIELDS_SORT] | 
in: sort field
 1.8.1.2
 1.8.1.2