MySQL 9.1.0
Source Code Documentation
|
Parameter passed to fts phrase match by parser. More...
Public Attributes | |
fts_phrase_t * | phrase |
Match phrase instance. More... | |
ulint | token_index |
Index of token to match next. More... | |
mem_heap_t * | heap |
Heap for word processing. More... | |
Parameter passed to fts phrase match by parser.
mem_heap_t* fts_phrase_param_t::heap |
Heap for word processing.
fts_phrase_t* fts_phrase_param_t::phrase |
Match phrase instance.
ulint fts_phrase_param_t::token_index |
Index of token to match next.