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

#include <fts0fts.h>

Public Attributes

byte * f_str
ulint f_len
ulint f_n_char

Detailed Description

An UTF-16 ro UTF-8 string.

Definition at line 231 of file fts0fts.h.

Member Data Documentation

ulint fts_string_t::f_len

Length of the string in bytes

Definition at line 234 of file fts0fts.h.

ulint fts_string_t::f_n_char

Number of characters

Definition at line 235 of file fts0fts.h.

byte* fts_string_t::f_str

string, not necessary terminated in any way

Definition at line 232 of file fts0fts.h.


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