MySQL 9.1.0
Source Code Documentation
|
Info about FULLTEXT index hints, passed to the storage engine. More...
#include <ft_global.h>
Public Attributes | |
uint | flags |
FULLTEXT flags, see FT_NL, etc. More... | |
enum ft_operation | op_type |
Operation type. More... | |
double | op_value |
Operation value. More... | |
ha_rows | limit |
LIMIT value, HA_POS_ERROR if not set. More... | |
Info about FULLTEXT index hints, passed to the storage engine.
uint ft_hints::flags |
FULLTEXT flags, see FT_NL, etc.
ha_rows ft_hints::limit |
LIMIT value, HA_POS_ERROR if not set.
enum ft_operation ft_hints::op_type |
Operation type.
double ft_hints::op_value |
Operation value.