![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
| PT_analyze_table_stmt (const POS &pos, MEM_ROOT *mem_root, bool no_write_to_binlog, Mem_root_array< Table_ident * > *table_list, Sql_cmd_analyze_table::Histogram_command command, int num_buckets, List< String > *columns, LEX_STRING data, bool auto_update) | |
| Sql_cmd * | make_cmd (THD *thd) override |
Public Member Functions inherited from PT_table_ddl_stmt_base | |
| PT_table_ddl_stmt_base (const POS &pos, MEM_ROOT *mem_root) | |
| ~PT_table_ddl_stmt_base () override=0 | |
Public Member Functions inherited from Parse_tree_root | |
| virtual std::string | get_printable_parse_tree (THD *thd) |
Private Attributes | |
| const bool | m_no_write_to_binlog |
| const Mem_root_array< Table_ident * > * | m_table_list |
| const Sql_cmd_analyze_table::Histogram_command | m_command |
| const int | m_num_buckets |
| List< String > * | m_columns |
| const LEX_STRING | m_data |
| const bool | m_auto_update |
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 Parse_tree_root | |
| Parse_tree_root ()=default | |
| Parse_tree_root (const POS &pos) | |
| virtual | ~Parse_tree_root ()=default |
Protected Attributes inherited from PT_table_ddl_stmt_base | |
| Alter_info | m_alter_info |
|
inline |
Implements Parse_tree_root.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |