MySQL 9.1.0
Source Code Documentation
|
Stop word control infotmation. More...
#include <fts0types.h>
Public Attributes | |
ulint | status |
Status of the stopword tree. More... | |
ib_alloc_t * | heap |
The memory allocator to use. More... | |
ib_rbt_t * | cached_stopword |
This stores all active stopwords. More... | |
CHARSET_INFO * | charset |
charset for stopword More... | |
Stop word control infotmation.
ib_rbt_t* fts_stopword_t::cached_stopword |
This stores all active stopwords.
CHARSET_INFO* fts_stopword_t::charset |
charset for stopword
ib_alloc_t* fts_stopword_t::heap |
The memory allocator to use.
ulint fts_stopword_t::status |
Status of the stopword tree.