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