MySQL 8.3.0
Source Code Documentation
fts_string_t Struct Reference

An UTF-16 ro UTF-8 string. More...

#include <fts0fts.h>

Public Attributes

bytef_str
 string, not necessary terminated in any way More...
 
ulint f_len
 Length of the string in bytes. More...
 
ulint f_n_char
 Number of characters. More...
 

Detailed Description

An UTF-16 ro UTF-8 string.

Member Data Documentation

◆ f_len

ulint fts_string_t::f_len

Length of the string in bytes.

◆ f_n_char

ulint fts_string_t::f_n_char

Number of characters.

◆ f_str

byte* fts_string_t::f_str

string, not necessary terminated in any way


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