#include <parse_tree_nodes.h>
|
| PT_alter_table_repair_partition (bool no_write_to_binlog, const List< String > *opt_partition_list, uint flags, uint sql_flags) |
|
bool | contextualize (Table_ddl_parse_context *pc) override |
|
Sql_cmd * | make_cmd (Table_ddl_parse_context *pc) override |
|
| PT_alter_table_partition_list_or_all (Alter_info::Alter_info_flag alter_info_flag, const List< String > *opt_partition_list) |
|
bool | contextualize (Table_ddl_parse_context *pc) override |
|
bool | contextualize (Table_ddl_parse_context *pc) override |
|
| ~PT_ddl_table_option () override=0 |
|
virtual bool | is_rename_table () const |
|
virtual | ~Parse_tree_node_tmpl ()=default |
|
bool | is_contextualized () const |
|
virtual bool | contextualize (Context *pc) |
| Do all context-sensitive things and mark the node as contextualized. More...
|
|
void | error (Context *pc, const POS &pos) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | error (Context *pc, const POS &pos, const char *msg) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | errorf (Context *pc, const POS &pos, const char *format,...) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
◆ super
◆ PT_alter_table_repair_partition()
PT_alter_table_repair_partition::PT_alter_table_repair_partition |
( |
bool |
no_write_to_binlog, |
|
|
const List< String > * |
opt_partition_list, |
|
|
uint |
flags, |
|
|
uint |
sql_flags |
|
) |
| |
|
inline |
◆ contextualize()
◆ make_cmd()
◆ m_flags
uint PT_alter_table_repair_partition::m_flags |
|
private |
◆ m_no_write_to_binlog
const bool PT_alter_table_repair_partition::m_no_write_to_binlog |
|
private |
◆ m_sql_flags
uint PT_alter_table_repair_partition::m_sql_flags |
|
private |
The documentation for this class was generated from the following files: