MySQL 9.0.0
Source Code Documentation
fts_stopword_t Struct Reference

Stop word control infotmation. More...

#include <fts0types.h>

Public Attributes

ulint status
 Status of the stopword tree. More...
 
ib_alloc_theap
 The memory allocator to use. More...
 
ib_rbt_tcached_stopword
 This stores all active stopwords. More...
 
CHARSET_INFOcharset
 charset for stopword More...
 

Detailed Description

Stop word control infotmation.

Member Data Documentation

◆ cached_stopword

ib_rbt_t* fts_stopword_t::cached_stopword

This stores all active stopwords.

◆ charset

CHARSET_INFO* fts_stopword_t::charset

charset for stopword

◆ heap

ib_alloc_t* fts_stopword_t::heap

The memory allocator to use.

◆ status

ulint fts_stopword_t::status

Status of the stopword tree.


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