MySQL 8.0.40
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_load_index_partitions_stmt (MEM_ROOT *mem_root, Table_ident *table, PT_adm_partition *partitions, List< Index_hint > *opt_cache_key_list, bool ignore_leaves) | |
Sql_cmd * | make_cmd (THD *thd) override |
Public Member Functions inherited from PT_table_ddl_stmt_base | |
PT_table_ddl_stmt_base (MEM_ROOT *mem_root) | |
~PT_table_ddl_stmt_base () override=0 | |
Private Attributes | |
Table_ident * | m_table |
PT_adm_partition * | m_partitions |
List< Index_hint > * | m_opt_cache_key_list |
bool | m_ignore_leaves |
Additional Inherited Members | |
Protected Member Functions inherited from Parse_tree_root | |
virtual | ~Parse_tree_root ()=default |
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 |