| MySQL 5.6.14 Source Code Document
    | 
#include <fts0types.h>

| Public Attributes | |
| ulint | status | 
| ib_alloc_t * | heap | 
| ib_rbt_t * | cached_stopword | 
| CHARSET_INFO * | charset | 
Stop word control infotmation.
Definition at line 97 of file fts0types.h.
| ib_rbt_t* fts_stopword_t::cached_stopword | 
This stores all active stopwords
Definition at line 100 of file fts0types.h.
| CHARSET_INFO* fts_stopword_t::charset | 
charset for stopword
Definition at line 101 of file fts0types.h.
| ib_alloc_t* fts_stopword_t::heap | 
The memory allocator to use
Definition at line 99 of file fts0types.h.
| ulint fts_stopword_t::status | 
Status of the stopword tree
Definition at line 98 of file fts0types.h.