MySQL 9.1.0
Source Code Documentation
|
Parse tree node for SHOW PROFILE statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_show_profile (const POS &pos, uint opt_profile_options=0, my_thread_id opt_query_id=0, PT_limit_clause *opt_limit_clause=nullptr) | |
Sql_cmd * | make_cmd (THD *thd) override |
Public Member Functions inherited from Parse_tree_root | |
virtual std::string | get_printable_parse_tree (THD *thd) |
Private Attributes | |
uint | m_opt_profile_options |
my_thread_id | m_opt_query_id |
PT_limit_clause *const | m_opt_limit_clause |
Sql_cmd_show_profile | m_sql_cmd |
Additional Inherited Members | |
Public Attributes inherited from Parse_tree_root | |
POS | m_pos |
Textual location of a token just parsed. More... | |
Protected Member Functions inherited from PT_show_base | |
PT_show_base (const POS &pos, enum_sql_command sql_command) | |
Protected Member Functions inherited from Parse_tree_root | |
Parse_tree_root ()=default | |
Parse_tree_root (const POS &pos) | |
virtual | ~Parse_tree_root ()=default |
Protected Attributes inherited from PT_show_base | |
enum_sql_command | m_sql_command |
SQL command. More... | |
Parse tree node for SHOW PROFILE statement.
|
inline |
Implements Parse_tree_root.
|
private |
|
private |
|
private |
|
private |