MySQL 5.6.14 Source Code Document
|
#include <fts0types.h>
Public Attributes | |
void * | read_arg |
fts_sql_callback | read_record |
Callback for reading and filtering nodes that are read from FTS index
Definition at line 234 of file fts0types.h.
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.