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

#include <fts0types.h>

Public Attributes

void * read_arg
fts_sql_callback read_record

Detailed Description

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

Definition at line 234 of file fts0types.h.

Member Data Documentation

void* fts_fetch_t::read_arg

Arg for the sql_callback

Definition at line 235 of file fts0types.h.

fts_sql_callback fts_fetch_t::read_record

Callback for reading index record

Definition at line 238 of file fts0types.h.


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