MySQL 9.0.0
Source Code Documentation
fts_fetch_t Struct Reference

Callback for reading and filtering nodes that are read from FTS index. More...

#include <fts0types.h>

Public Attributes

void * read_arg
 Arg for the sql_callback. More...
 
fts_sql_callback read_record
 Callback for reading index record. More...
 
ulint total_memory
 Total memory used. More...
 

Detailed Description

Callback for reading and filtering nodes that are read from FTS index.

Member Data Documentation

◆ read_arg

void* fts_fetch_t::read_arg

Arg for the sql_callback.

◆ read_record

fts_sql_callback fts_fetch_t::read_record

Callback for reading index record.

◆ total_memory

ulint fts_fetch_t::total_memory

Total memory used.


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