MySQL 8.4.1
Source Code Documentation
fts_optimize_graph_t Struct Reference

Prepared statemets used during optimize. More...

Public Attributes

que_tdelete_nodes_graph
 Delete a word from FTS INDEX. More...
 
que_twrite_nodes_graph
 Insert a word into FTS INDEX. More...
 
que_tcommit_graph
 COMMIT a transaction. More...
 
que_tread_nodes_graph
 Read the nodes from FTS_INDEX. More...
 

Detailed Description

Prepared statemets used during optimize.

Member Data Documentation

◆ commit_graph

que_t* fts_optimize_graph_t::commit_graph

COMMIT a transaction.

◆ delete_nodes_graph

que_t* fts_optimize_graph_t::delete_nodes_graph

Delete a word from FTS INDEX.

◆ read_nodes_graph

que_t* fts_optimize_graph_t::read_nodes_graph

Read the nodes from FTS_INDEX.

◆ write_nodes_graph

que_t* fts_optimize_graph_t::write_nodes_graph

Insert a word into FTS INDEX.


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