MySQL 8.4.0
Source Code Documentation
sql_show_status.h File Reference

Go to the source code of this file.

Functions

Query_blockbuild_show_global_status (const POS &pos, THD *thd, const String *wild, Item *where_cond)
 
Query_blockbuild_show_session_status (const POS &pos, THD *thd, const String *wild, Item *where_cond)
 
Query_blockbuild_show_global_variables (const POS &pos, THD *thd, const String *wild, Item *where_cond)
 
Query_blockbuild_show_session_variables (const POS &pos, THD *thd, const String *wild, Item *where_cond)
 

Function Documentation

◆ build_show_global_status()

Query_block * build_show_global_status ( const POS pos,
THD thd,
const String wild,
Item where_cond 
)

◆ build_show_global_variables()

Query_block * build_show_global_variables ( const POS pos,
THD thd,
const String wild,
Item where_cond 
)

◆ build_show_session_status()

Query_block * build_show_session_status ( const POS pos,
THD thd,
const String wild,
Item where_cond 
)

◆ build_show_session_variables()

Query_block * build_show_session_variables ( const POS pos,
THD thd,
const String wild,
Item where_cond 
)