MySQL 8.4.0
Source Code Documentation
index_fetch_t Struct Reference

Aux struct used to pass a table and a boolean to dict_stats_fetch_index_stats_step(). More...

Public Attributes

dict_table_ttable
 table whose indexes are to be modified More...
 
bool stats_were_modified
 will be set to true if at least one index stats were modified More...
 

Detailed Description

Aux struct used to pass a table and a boolean to dict_stats_fetch_index_stats_step().

Member Data Documentation

◆ stats_were_modified

bool index_fetch_t::stats_were_modified

will be set to true if at least one index stats were modified

◆ table

dict_table_t* index_fetch_t::table

table whose indexes are to be modified


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