MySQL 9.0.0
Source Code Documentation
ft_hints Struct Reference

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...
 

Detailed Description

Info about FULLTEXT index hints, passed to the storage engine.

Member Data Documentation

◆ flags

uint ft_hints::flags

FULLTEXT flags, see FT_NL, etc.

◆ limit

ha_rows ft_hints::limit

LIMIT value, HA_POS_ERROR if not set.

◆ op_type

enum ft_operation ft_hints::op_type

Operation type.

◆ op_value

double ft_hints::op_value

Operation value.


The documentation for this struct was generated from the following file: