23#ifndef SQL_SHOW_STATUS_H
24#define SQL_SHOW_STATUS_H
Base class that is used to represent any kind of expression in a relational query.
Definition: item.h:932
This class represents a query block, aka a query specification, which is a query consisting of a SELE...
Definition: sql_lex.h:1161
Using this class is fraught with peril, and you need to be very careful when doing so.
Definition: sql_string.h:166
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:35
Query_block * build_show_session_status(const POS &pos, THD *thd, const String *wild, Item *where_cond)
Definition: sql_show_status.cc:271
Query_block * build_show_global_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond)
Definition: sql_show_status.cc:296
Query_block * build_show_session_variables(const POS &pos, THD *thd, const String *wild, Item *where_cond)
Definition: sql_show_status.cc:287
Query_block * build_show_global_status(const POS &pos, THD *thd, const String *wild, Item *where_cond)
Definition: sql_show_status.cc:279
Bison "location" class.
Definition: parse_location.h:42