MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_stopword_t Struct Reference

#include <fts0types.h>

Collaboration diagram for fts_stopword_t:

Public Attributes

ulint status
ib_alloc_theap
ib_rbt_tcached_stopword
CHARSET_INFOcharset

Detailed Description

Stop word control infotmation.

Definition at line 97 of file fts0types.h.

Member Data Documentation

ib_rbt_t* fts_stopword_t::cached_stopword

This stores all active stopwords

Definition at line 100 of file fts0types.h.

CHARSET_INFO* fts_stopword_t::charset

charset for stopword

Definition at line 101 of file fts0types.h.

ib_alloc_t* fts_stopword_t::heap

The memory allocator to use

Definition at line 99 of file fts0types.h.

ulint fts_stopword_t::status

Status of the stopword tree

Definition at line 98 of file fts0types.h.


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