MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts0opt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

UNIV_INTERN ibool fts_optimize_index_fetch_node (void *row, void *user_arg)

Detailed Description

Full Text Search optimize thread

Created 2011-02-15 Jimmy Yang

Definition in file fts0opt.h.

Function Documentation

UNIV_INTERN ibool fts_optimize_index_fetch_node ( void *  row,
void *  user_arg 
)

Callback function to fetch the rows in an FTS INDEX record.

Returns
always returns non-NULL
Parameters
rowin: sel_node_t*
user_argin: pointer to ib_vector_t

Definition at line 425 of file fts0opt.cc.

Here is the call graph for this function: