24#ifndef PARSE_TREE_NODES_INCLUDED
25#define PARSE_TREE_NODES_INCLUDED
44#include "mysqld_error.h"
148template <
class Node_type,
class Parse_context_type>
150 Parse_context_type *pc) {
151 for (Node_type *i : nodes)
152 if (i->contextualize(pc))
return true;
179 "Parse tree display of this statement");
244 for (
ORDER *o =
value.first; o !=
nullptr; o = o->next) {
596 using std::has_single_bit;
597 static_assert(has_single_bit(
unsigned{
JTT_INNER}),
"not a single bit");
598 static_assert(has_single_bit(
unsigned{
JTT_STRAIGHT}),
"not a single bit");
599 static_assert(has_single_bit(
unsigned{
JTT_NATURAL}),
"not a single bit");
600 static_assert(has_single_bit(
unsigned{
JTT_LEFT}),
"not a single bit");
601 static_assert(has_single_bit(
unsigned{
JTT_RIGHT}),
"not a single bit");
656 :
super(pos, tab1_node_arg, join_pos_arg,
type, tab2_node_arg),
671 :
super(pos, tab1_node_arg, join_pos_arg,
type, tab2_node_arg),
700 Item *sample_percentage)
715 obj->
add_alias(
"olap_options", create_dom_ptr<Json_string>(
"ROLLUP"));
813 if (locking_clause->contextualize(pc))
return true;
910 const POS &expr_pos,
Item *opt_expr)
990 const POS &error_pos)
1029 const char *password_arg,
1030 const char *current_password_arg,
1031 bool retain_current,
1032 bool random_password,
1033 const POS &expr_pos_arg)
1057 const POS &pos,
LEX_USER *user_arg,
const char *password_arg,
1058 const char *current_password_arg,
bool retain_current,
bool random_pass,
1059 const POS &expr_pos_arg)
1095 const POS &value_pos_arg)
1112 const POS &tail_pos)
1113 :
super(pos, delimiter_pos_arg, tail, tail_pos),
head(head_arg) {}
1132 const POS &head_pos_arg,
1158 :
super(pos,
"transaction_read_only", (
int32)is_read_only) {}
1166 :
super(pos,
"transaction_isolation", (
int32)level) {}
1197 const POS &end_pos_arg)
1242 const POS &characteristics_pos_arg)
1351 :
super(pos, name_arg) {}
1480 m_from(from_to->m_borders[0]),
1481 m_to(from_to->m_borders[1]),
1513 Item *opt_where_clause_arg,
PT_group *opt_group_clause_arg,
1515 Item *opt_qualify_clause_arg,
bool implicit_from_clause)
1528 assert(implicit_from_clause ?
from_clause.empty() :
true);
1535 Item *opt_where_clause_arg)
1622 :
super(pos, options_arg, item_list_arg, from_clause_arg,
nullptr) {}
1667 if (
m_limit !=
nullptr && !order && limit) {
1690 if (
m_order !=
nullptr &&
m_limit ==
nullptr && !order && limit) {
1784 qe(query_expression),
1799 bool is_rhs_in_parentheses =
false)
1892 bool has_trailing_locking_clauses =
false)
1934 PT_hint_list *opt_hints_arg,
int opt_delete_options_arg,
1938 PT_order *opt_order_clause_arg,
Item *opt_delete_limit_clause_arg)
1955 PT_hint_list *opt_hints_arg,
int opt_delete_options_arg,
1958 Item *opt_where_clause_arg)
2005 bool opt_ignore_arg,
2008 Item *opt_where_clause_arg,
PT_order *opt_order_clause_arg,
2009 Item *opt_limit_clause_arg)
2171 for (
size_t pos = 0; pos <
length; pos++) {
2172 if (std::iscntrl(
str[pos]))
return true;
2359template <
typename Option_type, Option_type KEY_CREATE_INFO::*Property>
2569 uint64_t Property_flag>
2587#define TYPE_AND_REF(x) decltype(x), &x
2775template <u
long Property_flag, table_options_t Yes, table_options_t No>
2964 assert(
value !=
nullptr);
2979 assert(
value !=
nullptr);
3579 m_all(opt_engine.str ==
nullptr) {}
3675 Item *opt_where =
nullptr)
3701 sql_cmd(opt_for_user, opt_using_users) {
3702 assert(opt_using_users ==
nullptr || opt_for_user !=
nullptr);
4068 const char *opt_place)
4093 if (column->contextualize(pc))
return true;
4125 const char *opt_place)
4134 const char *opt_place)
4209 :
super(pos, alter_info_flag),
4239 is_enforced ?
Alter_info::ENFORCE_CHECK_CONSTRAINT
4241 name, is_enforced) {}
4266 Item *opt_default_expr)
4269 m_expr(opt_default_expr) {}
4429 :
super(pos, alter_info_flag) {}
4472 const POS &pos,
bool no_write_to_binlog,
4494 :
super(pos, no_write_to_binlog) {
4549 :
super(pos,
Alter_info::ALTER_REBUILD_PARTITION, opt_partition_list),
4610 uint
flags, uint sql_flags)
4634 uint
flags, uint sql_flags)
4686 opt_partition_list) {}
4702 bool no_write_to_binlog)
4723 const POS &pos,
bool no_write_to_binlog,
4818 :
super(pos,
Alter_info::ALTER_DISCARD_TABLESPACE, opt_partition_list) {}
4832 :
super(pos,
Alter_info::ALTER_IMPORT_TABLESPACE, opt_partition_list) {}
4922 bool no_write_to_binlog,
4944 bool no_write_to_binlog,
4992 bool no_write_to_binlog,
5220 bool show_parse_tree =
false);
5226template <
typename Option_type, Option_type Tablespace_options::*Option>
5314 my_error(ER_FILEGROUP_OPTION_ONLY_ONCE,
MYF(0),
"COMMENT");
5341 my_error(ER_FILEGROUP_OPTION_ONLY_ONCE,
MYF(0),
"STORAGE ENGINE");
5368 my_error(ER_FILEGROUP_OPTION_ONLY_ONCE,
MYF(0),
"FILE_BLOCK_SIZE");
5394 opt_priority.is_default ? 0 : opt_priority.value,
enabled),
5414 opt_priority.is_default ? 0 : opt_priority.value,
5415 enable.is_default ? false : enable.value, force,
5416 !enable.is_default) {}
5466 std::optional<std::string_view> explain_into_variable_name,
5495 String *opt_xml_rows_identified_by,
5501 ulonglong memory_size,
bool is_bulk_operation)
5503 m_cmd(filetype, is_local_file, source_type,
filename, file_count,
5504 in_key_order, on_duplicate,
table, opt_partitions, opt_charset,
5505 compression_algorithm, opt_xml_rows_identified_by,
5507 opt_fields_or_vars ? &opt_fields_or_vars->value :
nullptr,
5508 opt_set_fields ? &opt_set_fields->value :
nullptr,
5509 opt_set_exprs ? &opt_set_exprs->value :
nullptr,
5510 opt_set_expr_strings, parallel, memory_size, is_bulk_operation),
5512 assert((opt_set_fields ==
nullptr) ^ (opt_set_exprs !=
nullptr));
5513 assert(opt_set_fields ==
nullptr ||
5514 opt_set_fields->
value.size() == opt_set_exprs->
value.size());
Kerberos Client Authentication nullptr
Definition: auth_kerberos_client_plugin.cc:251
bool check_stack_overrun(const THD *thd, long margin, unsigned char *buf)
Check stack for a overrun.
Definition: check_stack.cc:110
Class representing SET DEFAULT, DROP DEFAULT, RENAME COLUMN, SET VISIBLE and SET INVISIBLE clause in ...
Definition: sql_alter.h:82
Class representing ALTER CHECK and ALTER CONSTRAINT clauses in ALTER TABLE statement.
Definition: sql_alter.h:184
Type
Definition: sql_alter.h:186
Class representing DROP COLUMN, DROP KEY, DROP FOREIGN KEY, DROP CHECK CONSTRAINT and DROP CONSTRAINT...
Definition: sql_alter.h:65
drop_type
Definition: sql_alter.h:67
An ALTER INDEX operation that changes the visibility of an index.
Definition: sql_alter.h:148
Data describing the table being created by CREATE TABLE or altered by ALTER TABLE.
Definition: sql_alter.h:205
enum_alter_table_algorithm
The different values of the ALGORITHM clause.
Definition: sql_alter.h:355
enum_alter_table_lock
The different values of the LOCK clause.
Definition: sql_alter.h:373
Mem_root_array< const Alter_drop * > drop_list
Columns, keys and constraints to be dropped.
Definition: sql_alter.h:405
Mem_root_array< const Alter_constraint_enforcement * > alter_constraint_enforcement_list
List of check constraints whose enforcement state is changed.
Definition: sql_alter.h:419
List< String > partition_names
Definition: sql_alter.h:433
enum_with_validation
Status of validation clause in ALTER TABLE statement.
Definition: sql_alter.h:391
@ ENABLE
Definition: sql_alter.h:349
@ DISABLE
Definition: sql_alter.h:349
Mem_root_array< const Alter_column * > alter_list
Definition: sql_alter.h:407
enum_enable_or_disable keys_onoff
Definition: sql_alter.h:431
ulonglong flags
Definition: sql_alter.h:429
Mem_root_array< const Alter_rename_key * > alter_rename_key_list
Definition: sql_alter.h:412
Alter_info_flag
Definition: sql_alter.h:216
@ ALTER_ADD_PARTITION
Set for ADD PARTITION.
Definition: sql_alter.h:255
@ ALTER_REORGANIZE_PARTITION
Set for REORGANIZE PARTITION ... INTO.
Definition: sql_alter.h:264
@ ALTER_ALL_PARTITION
Set for partitioning operations specifying ALL keyword.
Definition: sql_alter.h:280
@ ALTER_OPTIONS
Set for table_options.
Definition: sql_alter.h:241
Mem_root_array< const Alter_index_visibility * > alter_index_visibility_list
Indexes whose visibilities are to be changed.
Definition: sql_alter.h:415
Class which instances represent RENAME INDEX clauses in ALTER TABLE statement.
Definition: sql_alter.h:170
After parsing, a Common Table Expression is accessed through a Table_ref.
Definition: table.h:4428
Base class that is used to represent any kind of expression in a relational query.
Definition: item.h:936
Represents a JSON container value of type "object" (ECMA), type J_OBJECT here.
Definition: json_dom.h:369
bool add_alias(const std::string &key, Json_dom *value)
Insert the value into the object.
Definition: json_dom.h:411
Column description for JSON_TABLE function.
Definition: table_function.h:236
Definition: key_spec.h:67
bool is_algorithm_explicit
A flag which indicates that index algorithm was explicitly specified by user.
Definition: key_spec.h:74
enum ha_key_alg algorithm
Definition: key_spec.h:69
Definition: sql_list.h:467
A typesafe replacement for DYNAMIC_ARRAY.
Definition: mem_root_array.h:61
size_t size() const
Definition: mem_root_array.h:407
void init_empty_const()
Initialize empty array that we aren't going to grow.
Definition: mem_root_array.h:84
A typesafe replacement for DYNAMIC_ARRAY.
Definition: mem_root_array.h:426
Definition: parse_tree_nodes.h:5056
List< String > * m_opt_partitions
Definition: parse_tree_nodes.h:5066
Table_ddl_node super
Definition: parse_tree_nodes.h:5057
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3388
PT_adm_partition(const POS &pos, List< String > *opt_partitions)
Definition: parse_tree_nodes.h:5060
Top-level node for the ALTER INSTANCE statement.
Definition: parse_tree_nodes.h:2216
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4585
PT_alter_instance(const POS &pos, enum alter_instance_action_enum alter_instance_action, const LEX_CSTRING &channel)
Definition: parse_tree_nodes.h:2220
Sql_cmd_alter_instance sql_cmd
Definition: parse_tree_nodes.h:2217
Parse tree node for ALTER RESOURCE GROUP statement.
Definition: parse_tree_nodes.h:5404
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4892
PT_alter_resource_group(const POS &pos, const LEX_CSTRING &name, const Mem_root_array< resourcegroups::Range > *cpu_list, const Value_or_default< int > &opt_priority, const Value_or_default< bool > &enable, bool force)
Definition: parse_tree_nodes.h:5408
resourcegroups::Sql_cmd_alter_resource_group sql_cmd
Definition: parse_tree_nodes.h:5405
Definition: parse_tree_nodes.h:4033
PT_ddl_table_option super
Definition: parse_tree_nodes.h:4034
bool is_add_or_reorganize_partition() const
A routine used by the parser to decide whether we are specifying a full partitioning or if only parti...
Definition: parse_tree_nodes.h:4052
const Alter_info::Alter_info_flag flag
Definition: parse_tree_nodes.h:4058
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4706
PT_alter_table_action(const POS &pos, Alter_info::Alter_info_flag flag)
Definition: parse_tree_nodes.h:4037
Definition: parse_tree_nodes.h:4061
PT_alter_table_action super
Definition: parse_tree_nodes.h:4062
PT_column_def m_column_def
Definition: parse_tree_nodes.h:4078
PT_alter_table_add_column(const POS &pos, const LEX_STRING &field_ident, PT_field_def_base *field_def, PT_table_constraint_def *opt_column_constraint, const char *opt_place)
Definition: parse_tree_nodes.h:4065
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4073
Definition: parse_tree_nodes.h:4081
const Mem_root_array< PT_table_element * > * m_columns
Definition: parse_tree_nodes.h:4099
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4089
PT_alter_table_action super
Definition: parse_tree_nodes.h:4082
PT_alter_table_add_columns(const POS &pos, const Mem_root_array< PT_table_element * > *columns)
Definition: parse_tree_nodes.h:4085
Definition: parse_tree_nodes.h:4102
PT_alter_table_action super
Definition: parse_tree_nodes.h:4103
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4110
PT_table_constraint_def * m_constraint
Definition: parse_tree_nodes.h:4115
PT_alter_table_add_constraint(const POS &pos, PT_table_constraint_def *constraint)
Definition: parse_tree_nodes.h:4106
Node for the ALTER TABLE ADD PARTITION (<partition list>) statement.
Definition: parse_tree_nodes.h:4467
PT_alter_table_add_partition super
Definition: parse_tree_nodes.h:4468
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3127
const Mem_root_array< PT_part_definition * > * m_def_list
Definition: parse_tree_nodes.h:4479
PT_alter_table_add_partition_def_list(const POS &pos, bool no_write_to_binlog, const Mem_root_array< PT_part_definition * > *def_list)
Definition: parse_tree_nodes.h:4471
Node for the ALTER TABLE ADD PARTITION PARTITIONS (<n>@) statement.
Definition: parse_tree_nodes.h:4488
PT_alter_table_add_partition_num(const POS &pos, bool no_write_to_binlog, uint num_parts)
Definition: parse_tree_nodes.h:4492
PT_alter_table_add_partition super
Definition: parse_tree_nodes.h:4489
Node for the ALTER TABLE ADD PARTITION statement.
Definition: parse_tree_nodes.h:4440
PT_alter_table_add_partition(const POS &pos, bool no_write_to_binlog)
Definition: parse_tree_nodes.h:4444
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4458
partition_info m_part_info
Definition: parse_tree_nodes.h:4455
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) final
Definition: parse_tree_nodes.h:4450
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4760
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4441
Definition: parse_tree_nodes.h:4584
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4585
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4594
PT_alter_table_analyze_partition(const POS &pos, bool no_write_to_binlog, const List< String > *opt_partition_list)
Definition: parse_tree_nodes.h:4588
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4794
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4600
Definition: parse_tree_nodes.h:4118
const LEX_STRING m_old_name
Definition: parse_tree_nodes.h:4140
PT_alter_table_change_column(const POS &pos, const LEX_STRING &old_name, const LEX_STRING &new_name, PT_field_def_base *field_def, const char *opt_place)
Definition: parse_tree_nodes.h:4122
const LEX_STRING m_new_name
Definition: parse_tree_nodes.h:4141
const char * m_opt_place
Definition: parse_tree_nodes.h:4143
PT_field_def_base * m_field_def
Definition: parse_tree_nodes.h:4142
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3039
PT_alter_table_change_column(const POS &pos, const LEX_STRING &name, PT_field_def_base *field_def, const char *opt_place)
Definition: parse_tree_nodes.h:4132
PT_alter_table_action super
Definition: parse_tree_nodes.h:4119
Definition: parse_tree_nodes.h:4604
PT_alter_table_check_partition(const POS &pos, const List< String > *opt_partition_list, uint flags, uint sql_flags)
Definition: parse_tree_nodes.h:4608
uint m_sql_flags
Definition: parse_tree_nodes.h:4624
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4801
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4617
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4605
uint m_flags
Definition: parse_tree_nodes.h:4623
Definition: parse_tree_nodes.h:4654
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4671
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4655
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4666
PT_alter_table_coalesce_partition(const POS &pos, bool no_write_to_binlog, uint num_parts)
Definition: parse_tree_nodes.h:4658
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4824
const uint m_num_parts
Definition: parse_tree_nodes.h:4672
Definition: parse_tree_nodes.h:4278
Alter_column m_alter_column
Definition: parse_tree_nodes.h:4293
PT_alter_table_action super
Definition: parse_tree_nodes.h:4279
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4287
PT_alter_table_column_visibility(const POS &pos, const char *col_name, bool is_visible)
Definition: parse_tree_nodes.h:4282
Definition: parse_tree_nodes.h:4362
PT_alter_table_action super
Definition: parse_tree_nodes.h:4363
const CHARSET_INFO *const m_charset
Definition: parse_tree_nodes.h:4375
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3095
const CHARSET_INFO *const m_collation
Definition: parse_tree_nodes.h:4376
PT_alter_table_convert_to_charset(const POS &pos, const CHARSET_INFO *charset, const CHARSET_INFO *opt_collation)
Definition: parse_tree_nodes.h:4366
Definition: parse_tree_nodes.h:4812
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4820
PT_alter_table_discard_partition_tablespace(const POS &pos, const List< String > *opt_partition_list)
Definition: parse_tree_nodes.h:4816
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4813
Definition: parse_tree_nodes.h:4840
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4847
PT_alter_table_discard_tablespace(const POS &pos)
Definition: parse_tree_nodes.h:4844
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4841
Definition: parse_tree_nodes.h:4186
PT_alter_table_drop_check_constraint(const POS &pos, const char *name)
Definition: parse_tree_nodes.h:4188
Definition: parse_tree_nodes.h:4165
PT_alter_table_drop_column(const POS &pos, const char *name)
Definition: parse_tree_nodes.h:4167
Definition: parse_tree_nodes.h:4194
PT_alter_table_drop_constraint(const POS &pos, const char *name)
Definition: parse_tree_nodes.h:4196
Definition: parse_tree_nodes.h:4172
PT_alter_table_drop_foreign_key(const POS &pos, const char *name)
Definition: parse_tree_nodes.h:4174
Definition: parse_tree_nodes.h:4179
PT_alter_table_drop_key(const POS &pos, const char *name)
Definition: parse_tree_nodes.h:4181
Definition: parse_tree_nodes.h:4500
const List< String > m_partitions
Definition: parse_tree_nodes.h:4516
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4771
PT_alter_table_drop_partition(const POS &pos, const List< String > &partitions)
Definition: parse_tree_nodes.h:4504
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4501
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) final
Definition: parse_tree_nodes.h:4511
Definition: parse_tree_nodes.h:4146
PT_alter_table_action super
Definition: parse_tree_nodes.h:4147
PT_alter_table_drop(const POS &pos, Alter_drop::drop_type drop_type, Alter_info::Alter_info_flag alter_info_flag, const char *name)
Definition: parse_tree_nodes.h:4150
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4156
Alter_drop m_alter_drop
Definition: parse_tree_nodes.h:4162
Definition: parse_tree_nodes.h:4244
PT_alter_table_action super
Definition: parse_tree_nodes.h:4245
PT_alter_table_enable_keys(const POS &pos, bool enable)
Definition: parse_tree_nodes.h:4248
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4251
bool m_enable
Definition: parse_tree_nodes.h:4258
Definition: parse_tree_nodes.h:4232
PT_alter_table_enforce_check_constraint(const POS &pos, const char *name, bool is_enforced)
Definition: parse_tree_nodes.h:4234
Definition: parse_tree_nodes.h:4201
PT_alter_table_action super
Definition: parse_tree_nodes.h:4202
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4221
Alter_constraint_enforcement m_constraint_enforcement
Definition: parse_tree_nodes.h:4228
PT_alter_table_enforce_constraint(const POS &pos, const char *name, bool is_enforced)
Definition: parse_tree_nodes.h:4213
PT_alter_table_enforce_constraint(const POS &pos, Alter_constraint_enforcement::Type alter_type, Alter_info::Alter_info_flag alter_info_flag, const char *name, bool is_enforced)
Definition: parse_tree_nodes.h:4205
Definition: parse_tree_nodes.h:4745
PT_alter_table_exchange_partition(const POS &pos, const LEX_STRING &partition_name, Table_ident *table_name, Alter_info::enum_with_validation validation)
Definition: parse_tree_nodes.h:4749
Table_ident * m_table_name
Definition: parse_tree_nodes.h:4767
const Alter_info::enum_with_validation m_validation
Definition: parse_tree_nodes.h:4768
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4760
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3162
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4746
const LEX_STRING m_partition_name
Definition: parse_tree_nodes.h:4766
Definition: parse_tree_nodes.h:4379
PT_alter_table_force(const POS &pos)
Definition: parse_tree_nodes.h:4383
PT_alter_table_action super
Definition: parse_tree_nodes.h:4380
Definition: parse_tree_nodes.h:4826
PT_alter_table_import_partition_tablespace(const POS &pos, const List< String > *opt_partition_list)
Definition: parse_tree_nodes.h:4830
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4834
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4827
Definition: parse_tree_nodes.h:4853
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4854
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4860
PT_alter_table_import_tablespace(const POS &pos)
Definition: parse_tree_nodes.h:4857
Definition: parse_tree_nodes.h:4296
PT_alter_table_action super
Definition: parse_tree_nodes.h:4297
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4304
Alter_index_visibility m_alter_index_visibility
Definition: parse_tree_nodes.h:4311
PT_alter_table_index_visible(const POS &pos, const char *name, bool visible)
Definition: parse_tree_nodes.h:4300
Definition: parse_tree_nodes.h:4563
PT_alter_table_optimize_partition(const POS &pos, bool no_write_to_binlog, const List< String > *opt_partition_list)
Definition: parse_tree_nodes.h:4567
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4574
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4564
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4580
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4787
Definition: parse_tree_nodes.h:4387
PT_alter_table_action super
Definition: parse_tree_nodes.h:4388
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4746
PT_alter_table_order(const POS &pos, PT_order_list *order)
Definition: parse_tree_nodes.h:4391
PT_order_list *const m_order
Definition: parse_tree_nodes.h:4397
Definition: parse_tree_nodes.h:4400
PT_alter_table_action super
Definition: parse_tree_nodes.h:4401
PT_partition *const m_partition
Definition: parse_tree_nodes.h:4410
PT_alter_table_partition_by(const POS &pos, PT_partition *partition)
Definition: parse_tree_nodes.h:4404
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4752
Definition: parse_tree_nodes.h:4520
PT_alter_table_partition_list_or_all(const POS &pos, Alter_info::Alter_info_flag alter_info_flag, const List< String > *opt_partition_list)
Definition: parse_tree_nodes.h:4524
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4529
const List< String > * m_opt_partition_list
Definition: parse_tree_nodes.h:4539
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4521
Definition: parse_tree_nodes.h:4543
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4554
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4780
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4544
PT_alter_table_rebuild_partition(const POS &pos, bool no_write_to_binlog, const List< String > *opt_partition_list)
Definition: parse_tree_nodes.h:4547
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4559
Definition: parse_tree_nodes.h:4413
PT_alter_table_action super
Definition: parse_tree_nodes.h:4414
PT_alter_table_remove_partitioning(const POS &pos)
Definition: parse_tree_nodes.h:4417
Definition: parse_tree_nodes.h:4345
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4353
PT_alter_table_action super
Definition: parse_tree_nodes.h:4346
PT_alter_table_rename_column(const POS &pos, const char *from, const char *to)
Definition: parse_tree_nodes.h:4349
Alter_column m_rename_column
Definition: parse_tree_nodes.h:4359
Definition: parse_tree_nodes.h:4329
PT_alter_table_rename_key(const POS &pos, const char *from, const char *to)
Definition: parse_tree_nodes.h:4333
Alter_rename_key m_rename_key
Definition: parse_tree_nodes.h:4342
PT_alter_table_action super
Definition: parse_tree_nodes.h:4330
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4336
Definition: parse_tree_nodes.h:4314
PT_alter_table_rename(const POS &pos, const Table_ident *ident)
Definition: parse_tree_nodes.h:4318
const Table_ident *const m_ident
Definition: parse_tree_nodes.h:4326
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3069
bool is_rename_table() const override
Definition: parse_tree_nodes.h:4323
PT_alter_table_action super
Definition: parse_tree_nodes.h:4315
Definition: parse_tree_nodes.h:4718
const Mem_root_array< PT_part_definition * > * m_into
Definition: parse_tree_nodes.h:4740
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3141
partition_info m_partition_info
Definition: parse_tree_nodes.h:4741
PT_alter_table_reorganize_partition_into(const POS &pos, bool no_write_to_binlog, const List< String > &partition_names, const Mem_root_array< PT_part_definition * > *into)
Definition: parse_tree_nodes.h:4722
const List< String > m_partition_names
Definition: parse_tree_nodes.h:4739
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4719
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4738
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4733
Definition: parse_tree_nodes.h:4697
partition_info m_partition_info
Definition: parse_tree_nodes.h:4714
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4708
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4713
PT_alter_table_standalone_action super
Definition: parse_tree_nodes.h:4698
PT_alter_table_reorganize_partition(const POS &pos, bool no_write_to_binlog)
Definition: parse_tree_nodes.h:4701
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4839
Definition: parse_tree_nodes.h:4628
uint m_flags
Definition: parse_tree_nodes.h:4649
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4629
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4648
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4811
uint m_sql_flags
Definition: parse_tree_nodes.h:4650
PT_alter_table_repair_partition(const POS &pos, bool no_write_to_binlog, const List< String > *opt_partition_list, uint flags, uint sql_flags)
Definition: parse_tree_nodes.h:4632
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4642
Definition: parse_tree_nodes.h:4772
PT_alter_table_secondary_load(const POS &pos, const List< String > *opt_use_partition=nullptr)
Definition: parse_tree_nodes.h:4778
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4783
const List< String > * opt_use_partition
Definition: parse_tree_nodes.h:4775
Definition: parse_tree_nodes.h:4792
PT_alter_table_secondary_unload(const POS &pos, const List< String > *opt_use_partition=nullptr)
Definition: parse_tree_nodes.h:4798
const List< String > * opt_use_partition
Definition: parse_tree_nodes.h:4795
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4803
Definition: parse_tree_nodes.h:4261
Item * m_expr
Definition: parse_tree_nodes.h:4275
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4712
const char * m_name
Definition: parse_tree_nodes.h:4274
PT_alter_table_action super
Definition: parse_tree_nodes.h:4262
PT_alter_table_set_default(const POS &pos, const char *col_name, Item *opt_default_expr)
Definition: parse_tree_nodes.h:4265
Definition: parse_tree_nodes.h:4421
PT_alter_table_action super
Definition: parse_tree_nodes.h:4422
PT_alter_table_standalone_action(const POS &pos, Alter_info::Alter_info_flag alter_info_flag)
Definition: parse_tree_nodes.h:4427
virtual Sql_cmd * make_cmd(Table_ddl_parse_context *pc)=0
Definition: parse_tree_nodes.h:4892
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3257
const Alter_info::enum_alter_table_algorithm m_algo
Definition: parse_tree_nodes.h:4912
const Alter_info::enum_alter_table_lock m_lock
Definition: parse_tree_nodes.h:4913
PT_alter_table_standalone_stmt(const POS &pos, MEM_ROOT *mem_root, Table_ident *table_name, PT_alter_table_standalone_action *action, Alter_info::enum_alter_table_algorithm algo, Alter_info::enum_alter_table_lock lock, Alter_info::enum_with_validation validation)
Definition: parse_tree_nodes.h:4894
Table_ident *const m_table_name
Definition: parse_tree_nodes.h:4910
PT_alter_table_standalone_action *const m_action
Definition: parse_tree_nodes.h:4911
const Alter_info::enum_with_validation m_validation
Definition: parse_tree_nodes.h:4914
HA_CREATE_INFO m_create_info
Definition: parse_tree_nodes.h:4916
Definition: parse_tree_nodes.h:4865
const Alter_info::enum_alter_table_lock m_lock
Definition: parse_tree_nodes.h:4886
const Alter_info::enum_with_validation m_validation
Definition: parse_tree_nodes.h:4887
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3219
Mem_root_array< PT_ddl_table_option * > *const m_opt_actions
Definition: parse_tree_nodes.h:4884
HA_CREATE_INFO m_create_info
Definition: parse_tree_nodes.h:4889
const Alter_info::enum_alter_table_algorithm m_algo
Definition: parse_tree_nodes.h:4885
Table_ident *const m_table_name
Definition: parse_tree_nodes.h:4883
PT_alter_table_stmt(const POS &pos, MEM_ROOT *mem_root, Table_ident *table_name, Mem_root_array< PT_ddl_table_option * > *opt_actions, Alter_info::enum_alter_table_algorithm algo, Alter_info::enum_alter_table_lock lock, Alter_info::enum_with_validation validation)
Definition: parse_tree_nodes.h:4867
Definition: parse_tree_nodes.h:4676
PT_alter_table_partition_list_or_all super
Definition: parse_tree_nodes.h:4677
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4833
Sql_cmd * make_cmd(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:4690
PT_alter_table_truncate_partition(const POS &pos, const List< String > *opt_partition_list)
Definition: parse_tree_nodes.h:4680
Definition: parse_tree_nodes.h:5327
PT_alter_tablespace_option_engine(const POS &pos, option_type engine_name)
Definition: parse_tree_nodes.h:5332
bool do_contextualize(Alter_tablespace_parse_context *pc) override
Definition: parse_tree_nodes.h:5336
PT_alter_tablespace_option_base super
Definition: parse_tree_nodes.h:5328
decltype(Tablespace_options::engine_name) option_type
Definition: parse_tree_nodes.h:5329
const option_type m_engine_name
Definition: parse_tree_nodes.h:5349
Definition: parse_tree_nodes.h:5354
PT_alter_tablespace_option_file_block_size(const POS &pos, option_type file_block_size)
Definition: parse_tree_nodes.h:5359
const option_type m_file_block_size
Definition: parse_tree_nodes.h:5376
bool do_contextualize(Alter_tablespace_parse_context *pc) override
Definition: parse_tree_nodes.h:5363
decltype(Tablespace_options::file_block_size) option_type
Definition: parse_tree_nodes.h:5356
PT_alter_tablespace_option_base super
Definition: parse_tree_nodes.h:5355
Definition: parse_tree_nodes.h:5283
const option_type m_nodegroup_id
Definition: parse_tree_nodes.h:5295
PT_alter_tablespace_option_nodegroup(const POS &pos, option_type nodegroup_id)
Definition: parse_tree_nodes.h:5288
bool do_contextualize(Alter_tablespace_parse_context *pc) override
Definition: parse_tree_nodes.cc:4861
PT_alter_tablespace_option_base super
Definition: parse_tree_nodes.h:5284
decltype(Tablespace_options::nodegroup_id) option_type
Definition: parse_tree_nodes.h:5285
Definition: parse_tree_nodes.h:5229
const Option_type m_value
Definition: parse_tree_nodes.h:5242
PT_alter_tablespace_option_base super
Definition: parse_tree_nodes.h:5230
bool do_contextualize(Alter_tablespace_parse_context *pc) override
Definition: parse_tree_nodes.h:5236
PT_alter_tablespace_option(const POS &pos, Option_type value)
Definition: parse_tree_nodes.h:5233
Definition: parse_tree_nodes.h:3260
Sql_cmd_alter_user_default_role sql_cmd
Definition: parse_tree_nodes.h:3261
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4673
PT_alter_user_default_role(const POS &pos, bool if_exists, const List< LEX_USER > *users, const List< LEX_USER > *roles, const role_enum role_type)
Definition: parse_tree_nodes.h:3264
Definition: parse_tree_nodes.h:4941
const Sql_cmd_analyze_table::Histogram_command m_command
Definition: parse_tree_nodes.h:4963
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)
Definition: parse_tree_nodes.h:4943
const int m_num_buckets
Definition: parse_tree_nodes.h:4964
const LEX_STRING m_data
Definition: parse_tree_nodes.h:4966
const bool m_auto_update
Definition: parse_tree_nodes.h:4967
const Mem_root_array< Table_ident * > * m_table_list
Definition: parse_tree_nodes.h:4962
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3290
List< String > * m_columns
Definition: parse_tree_nodes.h:4965
const bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4961
Definition: parse_tree_nodes.h:5041
List< Index_hint > * m_index_hints
Definition: parse_tree_nodes.h:5053
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:3379
Table_ddl_node super
Definition: parse_tree_nodes.h:5042
PT_assign_to_keycache(const POS &pos, Table_ident *table, List< Index_hint > *index_hints)
Definition: parse_tree_nodes.h:5045
Table_ident * m_table
Definition: parse_tree_nodes.h:5052
A template-free base class for index options that we can predeclare in sql_lex.h.
Definition: parse_tree_nodes.h:2232
PT_base_index_option(const POS &pos)
Definition: parse_tree_nodes.h:2234
A template for options that set HA_CREATE_INFO::table_options and also records if the option was expl...
Definition: parse_tree_nodes.h:2776
PT_create_table_option super
Definition: parse_tree_nodes.h:2777
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:2785
const bool value
Definition: parse_tree_nodes.h:2779
PT_bool_create_table_option(const POS &pos, bool value)
Definition: parse_tree_nodes.h:2782
Parse tree node for a single of a window extent's borders, cf.
Definition: parse_tree_nodes.h:1376
Item * build_addop(Item_cache *order_expr, bool prec, bool asc, const Window *window)
Definition: parse_tree_nodes.cc:3464
PT_border(const POS &pos, enum_window_border_type type, Item *value)
For bounded INTERVAL 2 DAYS, 'value' is 2, int_type is DAYS.
Definition: parse_tree_nodes.h:1391
PT_border(const POS &pos, enum_window_border_type type)
< For unbounded border
Definition: parse_tree_nodes.h:1385
Item * m_value
only relevant iff m_border_type == WBT_VALUE_*
Definition: parse_tree_nodes.h:1378
Item ** border_ptr()
Need such low-level access so that fix_fields updates the right pointer.
Definition: parse_tree_nodes.h:1409
interval_type m_int_type
Definition: parse_tree_nodes.h:1382
PT_border(const POS &pos, enum_window_border_type type, Item *value, interval_type int_type)
Definition: parse_tree_nodes.h:1398
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_window.cc:68
enum_window_border_type m_border_type
Definition: parse_tree_nodes.h:1380
const bool m_date_time
Definition: parse_tree_nodes.h:1381
Item * border() const
Definition: parse_tree_nodes.h:1407
Parse tree node for one or both of a window extent's borders, cf.
Definition: parse_tree_nodes.h:1428
PT_borders(const POS &pos, PT_border *start, PT_border *end)
Constructor.
Definition: parse_tree_nodes.h:1440
PT_border * m_borders[2]
Definition: parse_tree_nodes.h:1429
Definition: parse_tree_nodes.h:5085
List< Index_hint > * m_opt_key_usage_list
Definition: parse_tree_nodes.h:5103
PT_cache_index_partitions_stmt(const POS &pos, MEM_ROOT *mem_root, Table_ident *table, PT_adm_partition *partitions, List< Index_hint > *opt_key_usage_list, LEX_CSTRING key_cache_name)
Definition: parse_tree_nodes.h:5087
Table_ident * m_table
Definition: parse_tree_nodes.h:5101
PT_adm_partition * m_partitions
Definition: parse_tree_nodes.h:5102
const LEX_CSTRING m_key_cache_name
Definition: parse_tree_nodes.h:5104
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3413
Definition: parse_tree_nodes.h:5069
const LEX_CSTRING m_key_cache_name
Definition: parse_tree_nodes.h:5082
Mem_root_array< PT_assign_to_keycache * > * m_tbl_index_lists
Definition: parse_tree_nodes.h:5081
PT_cache_index_stmt(const POS &pos, MEM_ROOT *mem_root, Mem_root_array< PT_assign_to_keycache * > *tbl_index_lists, LEX_CSTRING key_cache_name)
Definition: parse_tree_nodes.h:5071
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3399
Definition: parse_tree_nodes.h:2113
PT_item_list * opt_expr_list
Definition: parse_tree_nodes.h:2115
sp_name * proc_name
Definition: parse_tree_nodes.h:2114
PT_call(const POS &pos, sp_name *proc_name_arg, PT_item_list *opt_expr_list_arg)
Definition: parse_tree_nodes.h:2118
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:1208
Definition: parse_tree_nodes.h:2985
void set_column_name(const LEX_STRING &name)
Definition: parse_tree_nodes.h:2997
PT_table_constraint_def super
Definition: parse_tree_nodes.h:2986
PT_check_constraint(const POS &pos, LEX_STRING &name, Item *expr, bool is_enforced)
Definition: parse_tree_nodes.h:2990
Sql_check_constraint_spec cc_spec
Definition: parse_tree_nodes.h:2987
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4590
Definition: parse_tree_nodes.h:4970
PT_check_table_stmt(const POS &pos, MEM_ROOT *mem_root, Mem_root_array< Table_ident * > *table_list, decltype(HA_CHECK_OPT::flags) flags, decltype(HA_CHECK_OPT::sql_flags) sql_flags)
Definition: parse_tree_nodes.h:4972
Mem_root_array< Table_ident * > * m_table_list
Definition: parse_tree_nodes.h:4984
decltype(HA_CHECK_OPT::flags) m_flags
Definition: parse_tree_nodes.h:4985
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3312
decltype(HA_CHECK_OPT::sql_flags) m_sql_flags
Definition: parse_tree_nodes.h:4986
Base class for all column attributes in CREATE/ALTER TABLE
Definition: parse_tree_column_attrs.h:85
Definition: parse_tree_nodes.h:3002
PT_table_element super
Definition: parse_tree_nodes.h:3003
PT_column_def(const POS &pos, const LEX_STRING &field_ident, PT_field_def_base *field_def, PT_table_constraint_def *opt_column_constraint, const char *opt_place=nullptr)
Definition: parse_tree_nodes.h:3013
const LEX_STRING field_ident
Definition: parse_tree_nodes.h:3005
PT_field_def_base * field_def
Definition: parse_tree_nodes.h:3006
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2282
const char * opt_place
Definition: parse_tree_nodes.h:3010
PT_table_constraint_def * opt_column_constraint
Definition: parse_tree_nodes.h:3008
Represents an element of the WITH list: WITH [...], [...] SELECT ..., ^ or ^ i.e.
Definition: parse_tree_nodes.h:274
const LEX_STRING m_subq_text
Raw text of query expression (including parentheses)
Definition: parse_tree_nodes.h:314
const Create_col_name_list m_column_names
List of explicitly specified column names; if empty, no list.
Definition: parse_tree_nodes.h:323
Parse_tree_node super
Definition: parse_tree_nodes.h:275
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.cc:2040
bool is(const Common_table_expr *other) const
Definition: parse_tree_nodes.h:302
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:2031
PT_subquery *const m_subq_node
Parsed version of subq_text.
Definition: parse_tree_nodes.h:321
PT_common_table_expr(const POS &pos, const LEX_STRING &name, const LEX_STRING &subq_text, uint subq_text_offset, PT_subquery *sn, const Create_col_name_list *column_names, MEM_ROOT *mem_root)
Definition: parse_tree_nodes.cc:2013
uint m_subq_text_offset
Offset in bytes of m_subq_text in original statement which had the WITH clause.
Definition: parse_tree_nodes.h:319
void print(const THD *thd, String *str, enum_query_type query_type)
Definition: parse_tree_nodes.cc:2082
const LEX_STRING & name() const
The name after AS.
Definition: parse_tree_nodes.h:285
Common_table_expr m_postparse
A Table_ref representing a CTE needs access to the WITH list element it derives from.
Definition: parse_tree_nodes.h:333
LEX_STRING m_name
Definition: parse_tree_nodes.h:312
Definition: parse_tree_nodes.h:2417
PT_create_index_stmt(const POS &pos, MEM_ROOT *mem_root, keytype type_par, const LEX_STRING &name_arg, PT_base_index_option *type, Table_ident *table_ident, List< PT_key_part_specification > *cols, Index_options options, Alter_info::enum_alter_table_algorithm algo, Alter_info::enum_alter_table_lock lock)
Definition: parse_tree_nodes.h:2419
keytype m_keytype
Definition: parse_tree_nodes.h:2439
Index_options m_options
Definition: parse_tree_nodes.h:2444
Table_ident * m_table_ident
Definition: parse_tree_nodes.h:2442
LEX_STRING m_name
Definition: parse_tree_nodes.h:2440
const Alter_info::enum_alter_table_algorithm m_algo
Definition: parse_tree_nodes.h:2445
List< PT_key_part_specification > * m_columns
Definition: parse_tree_nodes.h:2443
const Alter_info::enum_alter_table_lock m_lock
Definition: parse_tree_nodes.h:2446
PT_base_index_option * m_type
Definition: parse_tree_nodes.h:2441
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:1849
Parse tree node for CREATE RESOURCE GROUP statement.
Definition: parse_tree_nodes.h:5383
resourcegroups::Sql_cmd_create_resource_group sql_cmd
Definition: parse_tree_nodes.h:5384
PT_create_resource_group(const POS &pos, const LEX_CSTRING &name, const resourcegroups::Type type, const Mem_root_array< resourcegroups::Range > *cpu_list, const Value_or_default< int > &opt_priority, bool enabled)
Definition: parse_tree_nodes.h:5388
const bool has_priority
Definition: parse_tree_nodes.h:5385
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4873
Definition: parse_tree_nodes.h:3106
PT_create_role(const POS &pos, bool if_not_exists, const List< LEX_USER > *roles)
Definition: parse_tree_nodes.h:3110
Sql_cmd_create_role sql_cmd
Definition: parse_tree_nodes.h:3107
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4602
Top-level node for the CREATE [OR REPLACE] SPATIAL REFERENCE SYSTEM statement.
Definition: parse_tree_nodes.h:2144
bool contains_control_char(char *str, size_t length)
Check if a UTF-8 string contains control characters.
Definition: parse_tree_nodes.h:2170
PT_create_srs(const POS &pos, unsigned long long srid, const Sql_cmd_srs_attributes &attributes, bool or_replace, bool if_not_exists)
Definition: parse_tree_nodes.h:2178
const Sql_cmd_srs_attributes m_attributes
All attributes except SRID.
Definition: parse_tree_nodes.h:2157
unsigned long long m_srid
SRID of the SRS to create.
Definition: parse_tree_nodes.h:2155
bool m_or_replace
Whether OR REPLACE is specified.
Definition: parse_tree_nodes.h:2148
Sql_cmd_create_srs sql_cmd
The SQL command object.
Definition: parse_tree_nodes.h:2146
bool m_if_not_exists
Whether IF NOT EXISTS is specified.
Definition: parse_tree_nodes.h:2150
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4433
Node for the STATS_AUTO_RECALC [=] <0|1|DEFAULT>) table option.
Definition: parse_tree_nodes.h:2874
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2139
const Ternary_option value
Definition: parse_tree_nodes.h:2877
PT_create_stats_auto_recalc_option(const POS &pos, Ternary_option value)
Definition: parse_tree_nodes.h:2889
PT_create_table_option super
Definition: parse_tree_nodes.h:2875
Node for the STATS_SAMPLE_PAGES [=] <integer>|DEFAULT table option.
Definition: parse_tree_nodes.h:2900
const value_t value
Definition: parse_tree_nodes.h:2904
PT_create_stats_stable_pages(const POS &pos, value_t value)
Constructor for implicit number of pages.
Definition: parse_tree_nodes.h:2913
PT_create_table_option super
Definition: parse_tree_nodes.h:2901
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2160
decltype(HA_CREATE_INFO::stats_sample_pages) value_t
Definition: parse_tree_nodes.h:2902
PT_create_stats_stable_pages(const POS &pos)
Constructor for the DEFAULT number of pages.
Definition: parse_tree_nodes.h:2920
Definition: parse_tree_nodes.h:2939
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:2948
const ha_storage_media value
Definition: parse_tree_nodes.h:2942
PT_create_storage_option(const POS &pos, ha_storage_media value)
Definition: parse_tree_nodes.h:2945
PT_create_table_option super
Definition: parse_tree_nodes.h:2940
Definition: parse_tree_nodes.h:2955
const CHARSET_INFO * value
Definition: parse_tree_nodes.h:2958
PT_create_table_default_charset(const POS &pos, const CHARSET_INFO *value)
Definition: parse_tree_nodes.h:2961
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2219
PT_create_table_option super
Definition: parse_tree_nodes.h:2956
Definition: parse_tree_nodes.h:2970
PT_create_table_default_collation(const POS &pos, const CHARSET_INFO *value)
Definition: parse_tree_nodes.h:2976
const CHARSET_INFO * value
Definition: parse_tree_nodes.h:2973
PT_create_table_option super
Definition: parse_tree_nodes.h:2971
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2240
Node for the ENGINE [=] <identifier>|<string> table option.
Definition: parse_tree_nodes.h:2830
const LEX_CSTRING engine
Definition: parse_tree_nodes.h:2833
PT_create_table_engine_option(const POS &pos, const LEX_CSTRING &engine)
Definition: parse_tree_nodes.h:2840
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2120
PT_create_table_option super
Definition: parse_tree_nodes.h:2831
Base class for CREATE TABLE option nodes.
Definition: parse_tree_nodes.h:2546
PT_ddl_table_option super
Definition: parse_tree_nodes.h:2547
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:2555
~PT_create_table_option() override=0
PT_create_table_option(const POS &pos)
Definition: parse_tree_nodes.h:2550
Node for the SECONDARY_ENGINE [=] <identifier>|<string>|NULL table option.
Definition: parse_tree_nodes.h:2853
PT_create_table_secondary_engine_option(const POS &pos, const LEX_CSTRING &secondary_engine)
Definition: parse_tree_nodes.h:2859
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2130
const LEX_CSTRING m_secondary_engine
Definition: parse_tree_nodes.h:2866
PT_create_table_secondary_engine_option(const POS &pos)
Definition: parse_tree_nodes.h:2857
Top-level node for the CREATE TABLE statement.
Definition: parse_tree_nodes.h:3031
On_duplicate on_duplicate
Definition: parse_tree_nodes.h:3038
PT_partition * opt_partitioning
Definition: parse_tree_nodes.h:3037
const Mem_root_array< PT_table_element * > * opt_table_element_list
Definition: parse_tree_nodes.h:3035
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2312
bool is_temporary
Definition: parse_tree_nodes.h:3032
const Mem_root_array< PT_create_table_option * > * opt_create_table_options
Definition: parse_tree_nodes.h:3036
PT_query_expression_body * opt_query_expression
Definition: parse_tree_nodes.h:3039
bool only_if_not_exists
Definition: parse_tree_nodes.h:3033
PT_create_table_stmt(const POS &pos, MEM_ROOT *mem_root, bool is_temporary, bool only_if_not_exists, Table_ident *table_name, const Mem_root_array< PT_table_element * > *opt_table_element_list, const Mem_root_array< PT_create_table_option * > *opt_create_table_options, PT_partition *opt_partitioning, On_duplicate on_duplicate, PT_query_expression_body *opt_query_expression)
Definition: parse_tree_nodes.h:3064
Table_ident * table_name
Definition: parse_tree_nodes.h:3034
Table_ident * opt_like_clause
Definition: parse_tree_nodes.h:3040
PT_create_table_stmt(const POS &pos, MEM_ROOT *mem_root, bool is_temporary, bool only_if_not_exists, Table_ident *table_name, Table_ident *opt_like_clause)
Definition: parse_tree_nodes.h:3089
HA_CREATE_INFO m_create_info
Definition: parse_tree_nodes.h:3042
Definition: parse_tree_nodes.h:2926
const Mem_root_array< Table_ident * > * tables
Definition: parse_tree_nodes.h:2929
PT_create_union_option(const POS &pos, const Mem_root_array< Table_ident * > *tables)
Definition: parse_tree_nodes.h:2932
PT_create_table_option super
Definition: parse_tree_nodes.h:2927
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:2169
Definition: parse_tree_nodes.h:635
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3939
PT_joined_table super
Definition: parse_tree_nodes.h:636
PT_cross_join(const POS &pos, PT_table_reference *tab1_node_arg, const POS &join_pos_arg, PT_joined_table_type Type_arg, PT_table_reference *tab2_node_arg)
Definition: parse_tree_nodes.h:639
Common base class for CREATE TABLE and ALTER TABLE option nodes.
Definition: parse_tree_nodes.h:2529
PT_ddl_table_option(const POS &pos)
Definition: parse_tree_nodes.h:2531
~PT_ddl_table_option() override=0
virtual bool is_rename_table() const
Definition: parse_tree_nodes.h:2536
Top-level node for the DELETE statement.
Definition: parse_tree_nodes.h:1914
bool add_table(Parse_context *pc, Table_ident *table)
Definition: parse_tree_nodes.cc:897
bool is_multitable() const
Definition: parse_tree_nodes.h:1975
Item * opt_where_clause
Definition: parse_tree_nodes.h:1926
Mem_root_array_YY< Table_ident * > table_list
Definition: parse_tree_nodes.h:1923
PT_delete(const POS &pos, PT_with_clause *with_clause_arg, PT_hint_list *opt_hints_arg, int opt_delete_options_arg, Table_ident *table_ident_arg, const LEX_CSTRING &opt_table_alias_arg, List< String > *opt_use_partition_arg, Item *opt_where_clause_arg, PT_order *opt_order_clause_arg, Item *opt_delete_limit_clause_arg)
Definition: parse_tree_nodes.h:1933
SQL_I_List< Table_ref > delete_tables
Definition: parse_tree_nodes.h:1929
Item * opt_delete_limit_clause
Definition: parse_tree_nodes.h:1928
Mem_root_array_YY< PT_table_reference * > join_table_list
Definition: parse_tree_nodes.h:1925
Table_ident * table_ident
Definition: parse_tree_nodes.h:1921
PT_delete(const POS &pos, PT_with_clause *with_clause_arg, PT_hint_list *opt_hints_arg, int opt_delete_options_arg, const Mem_root_array_YY< Table_ident * > &table_list_arg, const Mem_root_array_YY< PT_table_reference * > &join_table_list_arg, Item *opt_where_clause_arg)
Definition: parse_tree_nodes.h:1954
PT_with_clause * m_with_clause
Definition: parse_tree_nodes.h:1918
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:912
const int opt_delete_options
Definition: parse_tree_nodes.h:1920
Parse_tree_root super
Definition: parse_tree_nodes.h:1915
PT_order * opt_order_clause
Definition: parse_tree_nodes.h:1927
PT_hint_list * opt_hints
Definition: parse_tree_nodes.h:1919
const char *const opt_table_alias
Definition: parse_tree_nodes.h:1922
List< String > * opt_use_partition
Definition: parse_tree_nodes.h:1924
Definition: parse_tree_nodes.h:541
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.cc:1452
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1407
PT_subquery * m_subquery
Definition: parse_tree_nodes.h:556
const char *const m_table_alias
Definition: parse_tree_nodes.h:557
PT_table_reference super
Definition: parse_tree_nodes.h:542
PT_derived_table(const POS &pos, bool lateral, PT_subquery *subquery, const LEX_CSTRING &table_alias, Create_col_name_list *column_names)
Definition: parse_tree_nodes.cc:1395
bool m_lateral
Definition: parse_tree_nodes.h:555
const Create_col_name_list column_names
List of explicitly specified column names; if empty, no list.
Definition: parse_tree_nodes.h:559
Definition: parse_tree_nodes.h:5004
Alter_drop m_alter_drop
Definition: parse_tree_nodes.h:5025
Alter_info::enum_alter_table_algorithm m_algo
Definition: parse_tree_nodes.h:5022
const char * m_index_name
Definition: parse_tree_nodes.h:5020
Alter_info::enum_alter_table_lock m_lock
Definition: parse_tree_nodes.h:5023
PT_drop_index_stmt(const POS &pos, MEM_ROOT *mem_root, const char *index_name, Table_ident *table, Alter_info::enum_alter_table_algorithm algo, Alter_info::enum_alter_table_lock lock)
Definition: parse_tree_nodes.h:5006
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3348
Table_ident * m_table
Definition: parse_tree_nodes.h:5021
Parse tree node for DROP RESOURCE GROUP statement.
Definition: parse_tree_nodes.h:5425
PT_drop_resource_group(const POS &pos, const LEX_CSTRING &resource_group_name, bool force)
Definition: parse_tree_nodes.h:5429
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4906
resourcegroups::Sql_cmd_drop_resource_group sql_cmd
Definition: parse_tree_nodes.h:5426
Definition: parse_tree_nodes.h:3117
Sql_cmd_drop_role sql_cmd
Definition: parse_tree_nodes.h:3118
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4607
PT_drop_role(const POS &pos, bool ignore_errors, const List< LEX_USER > *roles)
Definition: parse_tree_nodes.h:3121
Top-level node for the DROP SPATIAL REFERENCE SYSTEM statement.
Definition: parse_tree_nodes.h:2195
Sql_cmd_drop_srs sql_cmd
The SQL command object.
Definition: parse_tree_nodes.h:2197
PT_drop_srs(const POS &pos, unsigned long long srid, bool if_exists)
Definition: parse_tree_nodes.h:2205
unsigned long long m_srid
SRID of the SRS to drop.
Definition: parse_tree_nodes.h:2202
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4569
Definition: parse_tree_nodes.h:3220
Privilege * get_privilege(THD *thd) override
Definition: parse_tree_nodes.cc:4643
LEX_STRING ident
Definition: parse_tree_nodes.h:3221
PT_dynamic_privilege(const POS &pos, const POS &errpos, const LEX_STRING &ident)
Definition: parse_tree_nodes.h:3224
Definition: parse_tree_nodes.h:1846
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1789
PT_set_operation(const POS &pos, PT_query_expression_body *lhs, bool is_distinct, PT_query_expression_body *rhs, bool is_rhs_in_parentheses=false)
Definition: parse_tree_nodes.h:1797
Parse tree node for a window frame's exclusions, cf.
Definition: parse_tree_nodes.h:1451
enum_window_frame_exclusion m_exclusion
Definition: parse_tree_nodes.h:1452
PT_exclusion(const POS &pos, enum_window_frame_exclusion e)
Definition: parse_tree_nodes.h:1455
Definition: parse_tree_nodes.h:5451
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3604
PT_explain_for_connection(const POS &pos, my_thread_id thread_id)
Definition: parse_tree_nodes.h:5453
Sql_cmd_explain_other_thread m_cmd
Definition: parse_tree_nodes.h:5459
Definition: parse_tree_nodes.h:5462
PT_explain(const POS &pos, Explain_format_type format, bool is_analyze, bool is_explicit_format, Parse_tree_root *explainable_stmt, std::optional< std::string_view > explain_into_variable_name, LEX_CSTRING schema_name_for_explain)
Definition: parse_tree_nodes.h:5464
const bool m_analyze
Definition: parse_tree_nodes.h:5480
LEX_CSTRING m_schema_name_for_explain
Definition: parse_tree_nodes.h:5484
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3623
const bool m_explicit_format
Definition: parse_tree_nodes.h:5481
std::optional< std::string_view > m_explain_into_variable_name
Definition: parse_tree_nodes.h:5483
Parse_tree_root *const m_explainable_stmt
Definition: parse_tree_nodes.h:5482
const Explain_format_type m_format
Definition: parse_tree_nodes.h:5479
Definition: parse_tree_nodes.h:1614
PT_explicit_table(const POS &pos, const Query_options &options_arg, PT_item_list *item_list_arg, const Mem_root_array_YY< PT_table_reference * > &from_clause_arg)
Definition: parse_tree_nodes.h:1618
Base class for both generated and regular column definitions.
Definition: parse_tree_column_attrs.h:903
Definition: parse_tree_nodes.h:2490
List< Key_part_spec > * m_ref_list
Definition: parse_tree_nodes.h:2518
fk_option m_fk_delete_opt
Definition: parse_tree_nodes.h:2521
PT_foreign_key_definition(const POS &pos, const LEX_STRING &constraint_name, const LEX_STRING &key_name, List< PT_key_part_specification > *columns, Table_ident *referenced_table, List< Key_part_spec > *ref_list, fk_match_opt fk_match_option, fk_option fk_update_opt, fk_option fk_delete_opt)
Definition: parse_tree_nodes.h:2494
Table_ident * m_referenced_table
Definition: parse_tree_nodes.h:2517
fk_match_opt m_fk_match_option
Definition: parse_tree_nodes.h:2519
fk_option m_fk_update_opt
Definition: parse_tree_nodes.h:2520
const LEX_STRING m_key_name
Definition: parse_tree_nodes.h:2515
const LEX_STRING m_constraint_name
Definition: parse_tree_nodes.h:2514
PT_table_constraint_def super
Definition: parse_tree_nodes.h:2491
List< PT_key_part_specification > * m_columns
Definition: parse_tree_nodes.h:2516
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:1886
Parse tree node for a window's frame, cf.
Definition: parse_tree_nodes.h:1464
PT_border * m_to
Definition: parse_tree_nodes.h:1469
PT_frame(const POS &pos, enum_window_frame_unit unit, PT_borders *from_to, PT_exclusion *exclusion)
Definition: parse_tree_nodes.h:1476
bool m_originally_absent
If true, this is an artificial frame, not specified by the user.
Definition: parse_tree_nodes.h:1474
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_window.cc:60
enum_window_frame_unit m_query_expression
Definition: parse_tree_nodes.h:1466
PT_border * m_from
Definition: parse_tree_nodes.h:1468
PT_exclusion * m_exclusion
Definition: parse_tree_nodes.h:1471
Definition: parse_tree_nodes.h:257
PT_order_list super
Definition: parse_tree_nodes.h:258
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.h:263
PT_gorder_list(const POS &pos)
Definition: parse_tree_nodes.h:261
Definition: parse_tree_nodes.h:3231
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4647
const List< LEX_USER > * users
Definition: parse_tree_nodes.h:3233
const bool with_admin_option
Definition: parse_tree_nodes.h:3234
const Mem_root_array< PT_role_or_privilege * > * roles
Definition: parse_tree_nodes.h:3232
PT_grant_roles(const POS &pos, const Mem_root_array< PT_role_or_privilege * > *roles, const List< LEX_USER > *users, bool with_admin_option)
Definition: parse_tree_nodes.h:3237
Definition: parse_tree_nodes.h:706
olap_type olap
Definition: parse_tree_nodes.h:710
Parse_tree_node super
Definition: parse_tree_nodes.h:707
PT_group(const POS &pos, PT_order_list *group_list_arg, olap_type olap_arg)
Definition: parse_tree_nodes.h:720
PT_order_list * group_list
Definition: parse_tree_nodes.h:709
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.h:713
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:266
Definition: parse_tree_hints.h:100
A template for options that set a single <alter option> value in thd->lex->key_create_info.
Definition: parse_tree_nodes.h:2360
PT_index_option(const POS &pos, Option_type option_value)
Definition: parse_tree_nodes.h:2364
Option_type m_option_value
Definition: parse_tree_nodes.h:2373
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:2367
Definition: parse_tree_nodes.h:2464
Index_options m_options
Definition: parse_tree_nodes.h:2487
PT_inline_index_definition(const POS &pos, keytype type_par, const LEX_STRING &name_arg, PT_base_index_option *type, List< PT_key_part_specification > *cols, Index_options options)
Definition: parse_tree_nodes.h:2468
PT_table_constraint_def super
Definition: parse_tree_nodes.h:2465
keytype m_keytype
Definition: parse_tree_nodes.h:2483
PT_base_index_option * m_type
Definition: parse_tree_nodes.h:2485
List< PT_key_part_specification > * m_columns
Definition: parse_tree_nodes.h:2486
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:1874
const LEX_STRING m_name
Definition: parse_tree_nodes.h:2484
Definition: parse_tree_nodes.h:2025
virtual mem_root_deque< List_item * > & get_many_values()
Definition: parse_tree_nodes.h:2041
bool push_back(mem_root_deque< Item * > *x)
Definition: parse_tree_nodes.h:2036
PT_insert_values_list(const POS &pos, MEM_ROOT *mem_root)
Definition: parse_tree_nodes.h:2031
Parse_tree_node super
Definition: parse_tree_nodes.h:2026
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1031
mem_root_deque< List_item * > many_values
Definition: parse_tree_nodes.h:2028
Top-level node for the INSERT statement.
Definition: parse_tree_nodes.h:2052
PT_item_list *const opt_on_duplicate_column_list
Definition: parse_tree_nodes.h:2066
PT_item_list *const column_list
Definition: parse_tree_nodes.h:2061
PT_item_list *const opt_on_duplicate_value_list
Definition: parse_tree_nodes.h:2067
PT_hint_list * opt_hints
Definition: parse_tree_nodes.h:2056
bool has_query_block() const
Definition: parse_tree_nodes.h:2110
const bool is_replace
Definition: parse_tree_nodes.h:2055
PT_query_expression_body * insert_query_expression
Definition: parse_tree_nodes.h:2063
Create_col_name_list *const opt_values_column_list
Definition: parse_tree_nodes.h:2065
Parse_tree_root super
Definition: parse_tree_nodes.h:2053
Table_ident *const table_ident
Definition: parse_tree_nodes.h:2059
PT_insert_values_list * row_value_list
Definition: parse_tree_nodes.h:2062
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:1042
const char *const opt_values_table_alias
Definition: parse_tree_nodes.h:2064
List< String > *const opt_use_partition
Definition: parse_tree_nodes.h:2060
const bool ignore
Definition: parse_tree_nodes.h:2058
const thr_lock_type lock_option
Definition: parse_tree_nodes.h:2057
PT_insert(const POS &pos, bool is_replace_arg, PT_hint_list *opt_hints_arg, thr_lock_type lock_option_arg, bool ignore_arg, Table_ident *table_ident_arg, List< String > *opt_use_partition_arg, PT_item_list *column_list_arg, PT_insert_values_list *row_value_list_arg, PT_query_expression_body *insert_query_expression_arg, const LEX_CSTRING &opt_values_table_alias_arg, Create_col_name_list *opt_values_column_list_arg, PT_item_list *opt_on_duplicate_column_list_arg, PT_item_list *opt_on_duplicate_value_list_arg)
Definition: parse_tree_nodes.h:2070
Definition: parse_tree_nodes.h:5539
List< PT_install_component_set_element > * m_set_elements
Definition: parse_tree_nodes.h:5542
PT_install_component(const POS &pos, THD *thd, Mem_root_array_YY< LEX_STRING > urns, List< PT_install_component_set_element > *set_elements)
Definition: parse_tree_nodes.cc:5115
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:5136
Mem_root_array_YY< LEX_STRING > m_urns
Definition: parse_tree_nodes.h:5541
Definition: parse_tree_nodes.h:1854
PT_set_operation(const POS &pos, PT_query_expression_body *lhs, bool is_distinct, PT_query_expression_body *rhs, bool is_rhs_in_parentheses=false)
Definition: parse_tree_nodes.h:1797
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1794
Definition: parse_tree_nodes.h:1309
sql_exchange m_exchange
Definition: parse_tree_nodes.h:1319
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4237
PT_into_destination super
Definition: parse_tree_nodes.h:1310
PT_into_destination_dumpfile(const POS &pos, const LEX_STRING &file_name_arg)
Definition: parse_tree_nodes.h:1313
Definition: parse_tree_nodes.h:1289
PT_into_destination_outfile(const POS &pos, const LEX_STRING &file_name_arg, const CHARSET_INFO *charset_arg, const Field_separators &field_term_arg, const Line_separators &line_term_arg)
Definition: parse_tree_nodes.h:1293
PT_into_destination super
Definition: parse_tree_nodes.h:1290
sql_exchange m_exchange
Definition: parse_tree_nodes.h:1306
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4228
Definition: parse_tree_nodes.h:1279
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4213
PT_into_destination(const POS &pos)
Definition: parse_tree_nodes.h:1283
Parse_tree_node super
Definition: parse_tree_nodes.h:1280
Definition: parse_tree_nodes.h:1161
PT_transaction_characteristic super
Definition: parse_tree_nodes.h:1162
PT_isolation_level(const POS &pos, enum_tx_isolation level)
Definition: parse_tree_nodes.h:1165
Wrapper class for an Item list head, used to allocate Item lists in the parser in a context-independe...
Definition: parse_tree_helpers.h:105
mem_root_deque< Item * > value
Definition: parse_tree_helpers.h:113
uint elements() const
Definition: parse_tree_helpers.h:124
Definition: parse_tree_nodes.h:648
Item * on
Definition: parse_tree_nodes.h:650
PT_joined_table super
Definition: parse_tree_nodes.h:649
PT_joined_table_on(const POS &pos, PT_table_reference *tab1_node_arg, const POS &join_pos_arg, PT_joined_table_type type, PT_table_reference *tab2_node_arg, Item *on_arg)
Definition: parse_tree_nodes.h:653
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3945
Definition: parse_tree_nodes.h:662
PT_joined_table_using(const POS &pos, PT_table_reference *tab1_node_arg, const POS &join_pos_arg, PT_joined_table_type type, PT_table_reference *tab2_node_arg, List< String > *using_fields_arg)
Definition: parse_tree_nodes.h:667
PT_joined_table_using(const POS &pos, PT_table_reference *tab1_node_arg, const POS &join_pos_arg, PT_joined_table_type type, PT_table_reference *tab2_node_arg)
A PT_joined_table_using without a list of columns denotes a natural join.
Definition: parse_tree_nodes.h:675
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.cc:3984
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3973
List< String > * using_fields
Definition: parse_tree_nodes.h:664
PT_joined_table super
Definition: parse_tree_nodes.h:663
Definition: parse_tree_nodes.h:575
Table_ref * m_left_table_ref
Definition: parse_tree_nodes.h:584
PT_table_reference super
Definition: parse_tree_nodes.h:576
void add_rhs(PT_table_reference *table)
Adds the table reference as the right-hand side of this join.
Definition: parse_tree_nodes.h:618
~PT_joined_table() override=0
This class is being inherited, it should thus be abstract.
PT_joined_table_type m_type
Definition: parse_tree_nodes.h:581
Table_ref * m_right_table_ref
Definition: parse_tree_nodes.h:585
POS m_join_pos
Definition: parse_tree_nodes.h:580
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3895
bool contextualize_tabs(Parse_context *pc)
Definition: parse_tree_nodes.cc:166
PT_joined_table(const POS &pos, PT_table_reference *tab1_node_arg, const POS &join_pos_arg, PT_joined_table_type type, PT_table_reference *tab2_node_arg)
Definition: parse_tree_nodes.h:588
PT_table_reference * m_left_pt_table
Definition: parse_tree_nodes.h:579
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.cc:3906
PT_table_reference * m_right_pt_table
Definition: parse_tree_nodes.h:582
PT_joined_table * add_cross_join(PT_cross_join *cj) override
Adds the cross join to this join operation.
Definition: parse_tree_nodes.h:612
Definition: parse_tree_nodes.h:5160
~PT_json_table_column_for_ordinality() override
Json_table_column * get_column() override
Definition: parse_tree_nodes.h:5167
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3505
const char * m_name
Definition: parse_tree_nodes.h:5171
PT_json_table_column super
Definition: parse_tree_nodes.h:5161
unique_ptr_destroy_only< Json_table_column > m_column
Definition: parse_tree_nodes.h:5170
PT_json_table_column_for_ordinality(const POS &pos, LEX_STRING name)
Definition: parse_tree_nodes.cc:3498
Definition: parse_tree_nodes.h:5195
Json_table_column * get_column() override
Definition: parse_tree_nodes.h:5206
Item * m_path
Definition: parse_tree_nodes.h:5209
PT_json_table_column_with_nested_path(const POS &pos, Item *path, Mem_root_array< PT_json_table_column * > *nested_cols)
Definition: parse_tree_nodes.h:5199
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3584
PT_json_table_column super
Definition: parse_tree_nodes.h:5196
Json_table_column * m_column
Definition: parse_tree_nodes.h:5211
const Mem_root_array< PT_json_table_column * > * m_nested_columns
Definition: parse_tree_nodes.h:5210
Definition: parse_tree_nodes.h:5174
~PT_json_table_column_with_path() override
const CHARSET_INFO * m_collation
Definition: parse_tree_nodes.h:5191
unique_ptr_destroy_only< Json_table_column > m_column
Definition: parse_tree_nodes.h:5188
const char * m_name
Definition: parse_tree_nodes.h:5189
PT_json_table_column_with_path(const POS &pos, unique_ptr_destroy_only< Json_table_column > column, LEX_STRING name, PT_type *type, const CHARSET_INFO *collation)
Definition: parse_tree_nodes.cc:3515
PT_json_table_column super
Definition: parse_tree_nodes.h:5175
Json_table_column * get_column() override
Definition: parse_tree_nodes.h:5185
PT_type * m_type
Definition: parse_tree_nodes.h:5190
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3543
Definition: parse_tree_nodes.h:498
PT_json_table_column(const POS &pos)
Definition: parse_tree_nodes.h:500
virtual Json_table_column * get_column()=0
A key part specification.
Definition: parse_tree_nodes.h:2244
bool has_expression() const
Definition: parse_tree_nodes.h:2310
LEX_CSTRING m_column_name
The name of the column that this key part indexes.
Definition: parse_tree_nodes.h:2342
Parse_tree_node super
Definition: parse_tree_nodes.h:2245
bool is_explicit() const
Definition: parse_tree_nodes.h:2303
Item * get_expression() const
Get the indexed expression.
Definition: parse_tree_nodes.h:2287
LEX_CSTRING get_column_name() const
Get the column that this key part points to.
Definition: parse_tree_nodes.h:2319
enum_order get_order() const
Definition: parse_tree_nodes.h:2297
enum_order m_order
The direction of the index.
Definition: parse_tree_nodes.h:2339
bool do_contextualize(Parse_context *pc) override
Contextualize this key part specification.
Definition: parse_tree_nodes.cc:708
int get_prefix_length() const
Definition: parse_tree_nodes.h:2329
PT_key_part_specification(const POS &pos, Item *expression, enum_order order)
Constructor for a functional key part.
Definition: parse_tree_nodes.cc:694
int m_prefix_length
If this is greater than zero, it represents how many bytes of the column that is indexed.
Definition: parse_tree_nodes.h:2349
Item * m_expression
The indexed expression in case this is a functional key part.
Definition: parse_tree_nodes.h:2336
Definition: parse_tree_nodes.h:428
Parse_tree_node super
Definition: parse_tree_nodes.h:429
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.h:434
Limit_options limit_options
Definition: parse_tree_nodes.h:431
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3828
PT_limit_clause(const POS &pos, const Limit_options &limit_options_arg)
Definition: parse_tree_nodes.h:440
Definition: parse_tree_nodes.h:5126
List< Index_hint > * m_opt_cache_key_list
Definition: parse_tree_nodes.h:5144
bool m_ignore_leaves
Definition: parse_tree_nodes.h:5145
PT_adm_partition * m_partitions
Definition: parse_tree_nodes.h:5143
Table_ident * m_table
Definition: parse_tree_nodes.h:5142
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3431
PT_load_index_partitions_stmt(const POS &pos, MEM_ROOT *mem_root, Table_ident *table, PT_adm_partition *partitions, List< Index_hint > *opt_cache_key_list, bool ignore_leaves)
Definition: parse_tree_nodes.h:5128
Definition: parse_tree_nodes.h:5148
Mem_root_array< PT_preload_keys * > * m_preload_list
Definition: parse_tree_nodes.h:5157
PT_load_index_stmt(const POS &pos, MEM_ROOT *mem_root, Mem_root_array< PT_preload_keys * > *preload_list)
Definition: parse_tree_nodes.h:5150
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3449
Definition: parse_tree_nodes.h:5487
const thr_lock_type m_lock_type
Definition: parse_tree_nodes.h:5522
Sql_cmd_load_table m_cmd
Definition: parse_tree_nodes.h:5520
PT_load_table(const POS &pos, enum_filetype filetype, thr_lock_type lock_type, bool is_local_file, enum_source_type source_type, const LEX_STRING filename, ulong file_count, bool in_key_order, On_duplicate on_duplicate, Table_ident *table, List< String > *opt_partitions, const CHARSET_INFO *opt_charset, LEX_CSTRING compression_algorithm, String *opt_xml_rows_identified_by, const Field_separators &opt_field_separators, const Line_separators &opt_line_separators, ulong opt_ignore_lines, PT_item_list *opt_fields_or_vars, PT_item_list *opt_set_fields, PT_item_list *opt_set_exprs, List< String > *opt_set_expr_strings, ulong parallel, ulonglong memory_size, bool is_bulk_operation)
Definition: parse_tree_nodes.h:5489
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3755
Definition: parse_tree_nodes.h:800
PT_locking_clause_list(const POS &pos, MEM_ROOT *mem_root)
Definition: parse_tree_nodes.h:802
Mem_root_array_YY< PT_locking_clause * > m_locking_clauses
Definition: parse_tree_nodes.h:818
bool push_back(PT_locking_clause *locking_clause)
Definition: parse_tree_nodes.h:807
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.h:811
Definition: parse_tree_nodes.h:737
Lock_descriptor get_lock_descriptor() const
Definition: parse_tree_nodes.h:752
virtual bool set_lock_for_tables(Parse_context *pc)=0
Locked_row_action action() const
Definition: parse_tree_nodes.h:749
Locked_row_action m_locked_row_action
Definition: parse_tree_nodes.h:768
PT_locking_clause(const POS &pos, Lock_strength strength, Locked_row_action action)
Definition: parse_tree_nodes.h:739
Lock_strength m_lock_strength
Definition: parse_tree_nodes.h:767
bool do_contextualize(Parse_context *pc) final
Definition: parse_tree_nodes.cc:2246
Definition: parse_tree_nodes.h:1731
bool is_table_value_constructor() const override
Definition: parse_tree_nodes.h:1760
bool has_trailing_into_clause() const override
Definition: parse_tree_nodes.h:1754
PT_insert_values_list * get_row_value_list() const override
Definition: parse_tree_nodes.h:1764
PT_locking_clause_list *const m_locking_clauses
Definition: parse_tree_nodes.h:1770
bool is_set_operation() const override
Definition: parse_tree_nodes.h:1747
PT_locking(const POS &pos, PT_query_expression_body *qe, PT_locking_clause_list *locking_clauses)
Definition: parse_tree_nodes.h:1735
bool has_into_clause() const override
Definition: parse_tree_nodes.h:1751
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.h:1741
bool can_absorb_order_and_limit(bool order, bool limit) const override
True if this query expression can absorb an extraneous order by/limit clause.
Definition: parse_tree_nodes.h:1756
PT_query_expression_body *const m_query_expression
Definition: parse_tree_nodes.h:1769
Definition: parse_tree_nodes.h:4989
bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:5000
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3333
Mem_root_array< Table_ident * > * m_table_list
Definition: parse_tree_nodes.h:5001
PT_optimize_table_stmt(const POS &pos, MEM_ROOT *mem_root, bool no_write_to_binlog, Mem_root_array< Table_ident * > *table_list)
Definition: parse_tree_nodes.h:4991
Definition: parse_tree_nodes.h:1085
PT_option_value_list_head(const POS &pos, const POS &delimiter_pos_arg, Parse_tree_node *value_arg, const POS &value_pos_arg)
Definition: parse_tree_nodes.h:1093
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4098
Parse_tree_node super
Definition: parse_tree_nodes.h:1086
POS value_pos
Definition: parse_tree_nodes.h:1090
Parse_tree_node * value
Definition: parse_tree_nodes.h:1089
POS delimiter_pos
Definition: parse_tree_nodes.h:1088
Definition: parse_tree_nodes.h:1104
PT_option_value_list(const POS &pos, PT_option_value_list_head *head_arg, const POS &delimiter_pos_arg, Parse_tree_node *tail, const POS &tail_pos)
Definition: parse_tree_nodes.h:1110
PT_option_value_list_head * head
Definition: parse_tree_nodes.h:1107
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.h:1115
PT_option_value_list_head super
Definition: parse_tree_nodes.h:1105
Definition: parse_tree_nodes.h:969
const CHARSET_INFO * opt_charset
Definition: parse_tree_nodes.h:972
PT_option_value_no_option_type super
Definition: parse_tree_nodes.h:970
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:199
PT_option_value_no_option_type_charset(const POS &pos, const CHARSET_INFO *opt_charset_arg)
Definition: parse_tree_nodes.h:975
Definition: parse_tree_nodes.h:983
PT_option_value_no_option_type_names(const POS &pos, const POS &error_pos)
Definition: parse_tree_nodes.h:989
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:217
POS m_error_pos
Definition: parse_tree_nodes.h:986
PT_option_value_no_option_type super
Definition: parse_tree_nodes.h:984
Definition: parse_tree_nodes.h:1045
POS expr_pos
Definition: parse_tree_nodes.h:1053
bool retain_current_password
Definition: parse_tree_nodes.h:1051
PT_option_value_no_option_type_password_for(const POS &pos, LEX_USER *user_arg, const char *password_arg, const char *current_password_arg, bool retain_current, bool random_pass, const POS &expr_pos_arg)
Definition: parse_tree_nodes.h:1056
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:606
LEX_USER * user
Definition: parse_tree_nodes.h:1048
const char * password
Definition: parse_tree_nodes.h:1049
PT_start_option_value_list super
Definition: parse_tree_nodes.h:1046
bool random_password_generator
Definition: parse_tree_nodes.h:1052
const char * current_password
Definition: parse_tree_nodes.h:1050
Definition: parse_tree_nodes.h:1018
bool random_password_generator
Definition: parse_tree_nodes.h:1024
PT_option_value_no_option_type_password(const POS &pos, const char *password_arg, const char *current_password_arg, bool retain_current, bool random_password, const POS &expr_pos_arg)
Definition: parse_tree_nodes.h:1028
const char * current_password
Definition: parse_tree_nodes.h:1022
PT_start_option_value_list super
Definition: parse_tree_nodes.h:1019
POS expr_pos
Definition: parse_tree_nodes.h:1025
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:652
bool retain_current_password
Definition: parse_tree_nodes.h:1023
const char * password
Definition: parse_tree_nodes.h:1021
Definition: parse_tree_nodes.h:929
PT_option_value_no_option_type_user_var(const POS &pos, const LEX_STRING &name_arg, Item *expr_arg)
Definition: parse_tree_nodes.h:936
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4057
LEX_STRING name
Definition: parse_tree_nodes.h:932
PT_option_value_no_option_type super
Definition: parse_tree_nodes.h:930
Item * expr
Definition: parse_tree_nodes.h:933
Definition: parse_tree_nodes.h:898
PT_option_value_no_option_type(const POS &pos)
Definition: parse_tree_nodes.h:900
Definition: parse_tree_nodes.h:1071
enum_var_type type
Definition: parse_tree_nodes.h:1074
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4093
Parse_tree_node super
Definition: parse_tree_nodes.h:1072
PT_set_scoped_system_variable * value
Definition: parse_tree_nodes.h:1075
PT_option_value_type(const POS &pos, enum_var_type type_arg, PT_set_scoped_system_variable *value_arg)
Definition: parse_tree_nodes.h:1078
Definition: parse_tree_nodes.h:215
Parse_tree_node super
Definition: parse_tree_nodes.h:216
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.h:227
PT_order_expr(const POS &pos, Item *item_arg, enum_order dir)
Definition: parse_tree_nodes.h:219
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:328
Definition: parse_tree_nodes.h:233
void push_back(PT_order_expr *order)
Definition: parse_tree_nodes.h:250
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.h:242
Parse_tree_node super
Definition: parse_tree_nodes.h:234
PT_order_list(const POS &pos)
Definition: parse_tree_nodes.h:240
SQL_I_List< ORDER > value
Definition: parse_tree_nodes.h:237
Definition: parse_tree_nodes.h:726
Parse_tree_node super
Definition: parse_tree_nodes.h:727
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:311
PT_order(const POS &pos, PT_order_list *order_list_arg)
Definition: parse_tree_nodes.h:731
PT_order_list * order_list
Definition: parse_tree_nodes.h:730
Node for the PARTITION clause of CREATE/ALTER TABLE.
Definition: parse_tree_partitions.h:404
Node for the PARTITION definition clause.
Definition: parse_tree_partitions.h:625
Definition: parse_tree_nodes.h:5107
List< Index_hint > * m_opt_cache_key_list
Definition: parse_tree_nodes.h:5122
Table_ddl_node super
Definition: parse_tree_nodes.h:5108
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.cc:4847
PT_preload_keys(const POS &pos, Table_ident *table, List< Index_hint > *opt_cache_key_list, bool ignore_leaves)
Definition: parse_tree_nodes.h:5111
Table_ident * m_table
Definition: parse_tree_nodes.h:5121
bool m_ignore_leaves
Definition: parse_tree_nodes.h:5123
Definition: parse_tree_nodes.h:771
PT_query_block_locking_clause(const POS &pos, Lock_strength strength, Locked_row_action action=Locked_row_action::WAIT)
Definition: parse_tree_nodes.h:773
bool set_lock_for_tables(Parse_context *pc) override
Definition: parse_tree_nodes.cc:2268
Definition: parse_tree_nodes.h:821
virtual bool can_absorb_order_and_limit(bool order, bool limit) const =0
True if this query expression can absorb an extraneous order by/limit clause.
virtual bool is_table_value_constructor() const =0
virtual bool is_set_operation() const =0
virtual PT_insert_values_list * get_row_value_list() const =0
PT_query_expression_body(const POS &pos)
Definition: parse_tree_nodes.h:823
virtual bool has_into_clause() const =0
virtual bool has_trailing_into_clause() const =0
Definition: parse_tree_nodes.h:1625
PT_order * m_order
Definition: parse_tree_nodes.h:1722
PT_limit_clause * m_limit
Definition: parse_tree_nodes.h:1723
bool is_set_operation() const override
Definition: parse_tree_nodes.h:1645
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4266
PT_query_expression(const POS &pos, PT_with_clause *with_clause, PT_query_expression_body *body, PT_order *order, PT_limit_clause *limit)
Definition: parse_tree_nodes.h:1627
PT_query_expression_body * m_body
Definition: parse_tree_nodes.h:1721
bool has_into_clause() const override
Definition: parse_tree_nodes.h:1647
bool has_trailing_into_clause() const override
Definition: parse_tree_nodes.h:1648
PT_query_expression(const POS &pos, PT_query_expression_body *body)
Definition: parse_tree_nodes.h:1640
bool contextualize_order_and_limit(Parse_context *pc)
Contextualizes the order and limit clauses, re-interpreting them according to the rules.
Definition: parse_tree_nodes.cc:1329
bool can_absorb_order_and_limit(bool order, bool limit) const override
True if this query expression can absorb an extraneous order by/limit clause.
Definition: parse_tree_nodes.h:1653
PT_insert_values_list * get_row_value_list() const override
Definition: parse_tree_nodes.h:1705
PT_query_expression(const POS &pos, PT_query_expression_body *body, PT_order *order, PT_limit_clause *limit)
Definition: parse_tree_nodes.h:1636
PT_with_clause * m_with_clause
Definition: parse_tree_nodes.h:1724
bool is_table_value_constructor() const override
Definition: parse_tree_nodes.h:1701
Definition: parse_tree_nodes.h:1487
PT_query_primary(const POS &pos)
Definition: parse_tree_nodes.h:1489
Definition: parse_tree_nodes.h:1492
bool is_implicit_from_clause() const
Definition: parse_tree_nodes.h:1585
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1226
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.cc:1299
PT_into_destination * opt_into1
Definition: parse_tree_nodes.h:1498
PT_query_specification(const POS &pos, PT_hint_list *opt_hints_arg, const Query_options &options_arg, PT_item_list *item_list_arg, PT_into_destination *opt_into1_arg, const Mem_root_array_YY< PT_table_reference * > &from_clause_arg, Item *opt_where_clause_arg, PT_group *opt_group_clause_arg, Item *opt_having_clause_arg, PT_window_list *opt_window_clause_arg, Item *opt_qualify_clause_arg, bool implicit_from_clause)
Definition: parse_tree_nodes.h:1508
PT_hint_list * opt_hints
Definition: parse_tree_nodes.h:1495
PT_query_specification(const POS &pos, const Query_options &options_arg, PT_item_list *item_list_arg)
Definition: parse_tree_nodes.h:1549
Item * opt_having_clause
Definition: parse_tree_nodes.h:1503
PT_insert_values_list * get_row_value_list() const override
Definition: parse_tree_nodes.h:1579
PT_window_list * opt_window_clause
Definition: parse_tree_nodes.h:1504
const bool m_is_from_clause_implicit
Definition: parse_tree_nodes.h:1499
bool is_set_operation() const override
Definition: parse_tree_nodes.h:1574
bool has_into_clause() const override
Definition: parse_tree_nodes.h:1566
PT_item_list * item_list
Definition: parse_tree_nodes.h:1497
Mem_root_array_YY< PT_table_reference * > from_clause
Definition: parse_tree_nodes.h:1500
bool is_table_value_constructor() const override
Definition: parse_tree_nodes.h:1578
Query_options options
Definition: parse_tree_nodes.h:1496
PT_group * opt_group_clause
Definition: parse_tree_nodes.h:1502
bool can_absorb_order_and_limit(bool, bool) const override
True if this query expression can absorb an extraneous order by/limit clause.
Definition: parse_tree_nodes.h:1576
Item * opt_qualify_clause
Definition: parse_tree_nodes.h:1505
bool has_trailing_into_clause() const override
Definition: parse_tree_nodes.h:1567
PT_query_specification(const POS &pos, const Query_options &options_arg, PT_item_list *item_list_arg, const Mem_root_array_YY< PT_table_reference * > &from_clause_arg, Item *opt_where_clause_arg)
Definition: parse_tree_nodes.h:1531
Item * opt_where_clause
Definition: parse_tree_nodes.h:1501
PT_query_primary super
Definition: parse_tree_nodes.h:1493
Definition: parse_tree_nodes.h:4919
Mem_root_array< Table_ident * > * m_table_list
Definition: parse_tree_nodes.h:4936
bool m_no_write_to_binlog
Definition: parse_tree_nodes.h:4935
PT_repair_table_stmt(const POS &pos, MEM_ROOT *mem_root, bool no_write_to_binlog, Mem_root_array< Table_ident * > *table_list, decltype(HA_CHECK_OPT::flags) flags, decltype(HA_CHECK_OPT::sql_flags) sql_flags)
Definition: parse_tree_nodes.h:4921
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3272
decltype(HA_CHECK_OPT::sql_flags) m_sql_flags
Definition: parse_tree_nodes.h:4938
decltype(HA_CHECK_OPT::flags) m_flags
Definition: parse_tree_nodes.h:4937
Top-level node for the SHUTDOWN statement.
Definition: parse_tree_nodes.h:5531
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4926
Sql_cmd_restart_server sql_cmd
Definition: parse_tree_nodes.h:5536
Definition: parse_tree_nodes.h:3248
const Mem_root_array< PT_role_or_privilege * > * roles
Definition: parse_tree_nodes.h:3249
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4661
const List< LEX_USER > * users
Definition: parse_tree_nodes.h:3250
PT_revoke_roles(const POS &pos, Mem_root_array< PT_role_or_privilege * > *roles, const List< LEX_USER > *users)
Definition: parse_tree_nodes.h:3253
Definition: parse_tree_nodes.h:3184
LEX_STRING role
Definition: parse_tree_nodes.h:3185
LEX_STRING host
Definition: parse_tree_nodes.h:3186
PT_role_at_host(const POS &pos, const POS &errpos, const LEX_STRING &role, const LEX_STRING &host)
Definition: parse_tree_nodes.h:3189
LEX_USER * get_user(THD *thd) override
Definition: parse_tree_nodes.cc:4627
Definition: parse_tree_nodes.h:3196
LEX_STRING ident
Definition: parse_tree_nodes.h:3197
Privilege * get_privilege(THD *thd) override
Definition: parse_tree_nodes.cc:4635
LEX_USER * get_user(THD *thd) override
Definition: parse_tree_nodes.cc:4631
PT_role_or_dynamic_privilege(const POS &pos, const POS &errpos, const LEX_STRING &ident)
Definition: parse_tree_nodes.h:3200
Definition: parse_tree_nodes.h:3173
virtual LEX_USER * get_user(THD *thd)
Definition: parse_tree_nodes.cc:4617
virtual Privilege * get_privilege(THD *thd)
Definition: parse_tree_nodes.cc:4622
POS m_errpos
Definition: parse_tree_nodes.h:3175
PT_role_or_privilege(const POS &pos, const POS &errpos)
Definition: parse_tree_nodes.h:3178
Definition: parse_tree_nodes.h:419
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3822
PT_select_item_list(const POS &pos)
Definition: parse_tree_nodes.h:423
PT_item_list super
Definition: parse_tree_nodes.h:420
Definition: parse_tree_nodes.h:1336
sp_head * sp
Definition: parse_tree_nodes.h:1346
PT_select_sp_var(const POS &pos, const LEX_STRING &name_arg)
Definition: parse_tree_nodes.h:1350
uint offset
Definition: parse_tree_nodes.h:1339
uint get_offset() const override
Definition: parse_tree_nodes.h:1354
PT_select_var super
Definition: parse_tree_nodes.h:1337
bool is_local() const override
Definition: parse_tree_nodes.h:1353
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:712
Definition: parse_tree_nodes.h:1862
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:761
PT_query_expression_body * m_qe
Definition: parse_tree_nodes.h:1904
const bool m_has_trailing_locking_clauses
Definition: parse_tree_nodes.h:1906
PT_into_destination * m_into
Definition: parse_tree_nodes.h:1905
std::string get_printable_parse_tree(THD *thd) override
Definition: parse_tree_nodes.cc:732
Parse_tree_root super
Definition: parse_tree_nodes.h:1863
PT_select_stmt(const POS &pos, enum_sql_command sql_command, PT_query_expression_body *qe)
Definition: parse_tree_nodes.h:1871
enum_sql_command m_sql_command
Definition: parse_tree_nodes.h:1903
PT_select_stmt(const POS &pos, PT_query_expression_body *qe, PT_into_destination *into=nullptr, bool has_trailing_locking_clauses=false)
Creates a SELECT command.
Definition: parse_tree_nodes.h:1890
Definition: parse_tree_nodes.h:1359
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4246
List< PT_select_var > value
Definition: parse_tree_nodes.h:1365
PT_into_destination super
Definition: parse_tree_nodes.h:1360
bool push_back(PT_select_var *var)
Definition: parse_tree_nodes.h:1369
PT_select_var_list(const POS &pos)
Definition: parse_tree_nodes.h:1363
Definition: parse_tree_nodes.h:1322
const LEX_STRING name
Definition: parse_tree_nodes.h:1324
virtual bool is_local() const
Definition: parse_tree_nodes.h:1329
virtual uint get_offset() const
Definition: parse_tree_nodes.h:1330
PT_select_var(const POS &pos, const LEX_STRING &name_arg)
Definition: parse_tree_nodes.h:1326
Definition: parse_tree_nodes.h:996
PT_option_value_no_option_type super
Definition: parse_tree_nodes.h:997
const CHARSET_INFO * opt_charset
Definition: parse_tree_nodes.h:999
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:233
PT_set_names(const POS &pos, const CHARSET_INFO *opt_charset_arg, const CHARSET_INFO *opt_collation_arg)
Definition: parse_tree_nodes.h:1003
const CHARSET_INFO * opt_collation
Definition: parse_tree_nodes.h:1000
Definition: parse_tree_nodes.h:1793
bool has_trailing_into_clause() const override
Definition: parse_tree_nodes.h:1813
PT_query_expression_body * m_lhs
Definition: parse_tree_nodes.h:1825
bool m_is_distinct
Definition: parse_tree_nodes.h:1826
const bool m_is_rhs_in_parentheses
Definition: parse_tree_nodes.h:1829
bool can_absorb_order_and_limit(bool, bool) const override
True if this query expression can absorb an extraneous order by/limit clause.
Definition: parse_tree_nodes.h:1817
void merge_descendants(Parse_context *pc, Query_term_set_op *setop, QueryLevel &ql)
Possibly merge lower syntactic levels of set operations (UNION, INTERSECT and EXCEPT) into setop,...
Definition: parse_tree_nodes.cc:1605
PT_query_expression_body * m_rhs
Definition: parse_tree_nodes.h:1827
PT_into_destination * m_into
Definition: parse_tree_nodes.h:1828
PT_insert_values_list * get_row_value_list() const override
Definition: parse_tree_nodes.h:1820
PT_set_operation(const POS &pos, PT_query_expression_body *lhs, bool is_distinct, PT_query_expression_body *rhs, bool is_rhs_in_parentheses=false)
Definition: parse_tree_nodes.h:1797
bool has_into_clause() const override
Definition: parse_tree_nodes.h:1810
bool is_set_operation() const override
Definition: parse_tree_nodes.h:1808
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.h:1831
bool is_table_value_constructor() const override
Definition: parse_tree_nodes.h:1819
bool contextualize_setop(Parse_context *pc, Query_term_type setop_type, Surrounding_context context)
Definition: parse_tree_nodes.cc:1742
Parse tree node for SET RESOURCE GROUP statement.
Definition: parse_tree_nodes.h:5440
PT_set_resource_group(const POS &pos, const LEX_CSTRING &name, Mem_root_array< ulonglong > *thread_id_list)
Definition: parse_tree_nodes.h:5444
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4916
resourcegroups::Sql_cmd_set_resource_group sql_cmd
Definition: parse_tree_nodes.h:5441
Definition: parse_tree_nodes.h:3128
PT_set_role(const POS &pos, const List< LEX_USER > *roles)
Definition: parse_tree_nodes.h:3137
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4612
PT_set_role(const POS &pos, role_enum role_type, const List< LEX_USER > *opt_except_roles=nullptr)
Definition: parse_tree_nodes.h:3132
Sql_cmd_set_role sql_cmd
Definition: parse_tree_nodes.h:3129
Definition: parse_tree_nodes.h:876
Parse_tree_node super
Definition: parse_tree_nodes.h:877
const LEX_CSTRING m_name
Definition: parse_tree_nodes.h:894
PT_set_scoped_system_variable(const POS &pos, const POS &var_pos, const LEX_CSTRING &opt_prefix, const LEX_CSTRING &name, Item *opt_expr)
Definition: parse_tree_nodes.h:880
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4015
const POS m_varpos
Definition: parse_tree_nodes.h:892
const LEX_CSTRING m_opt_prefix
Definition: parse_tree_nodes.h:893
Item * m_opt_expr
Definition: parse_tree_nodes.h:895
Definition: parse_tree_nodes.h:944
const enum_var_type m_scope
Definition: parse_tree_nodes.h:961
PT_option_value_no_option_type super
Definition: parse_tree_nodes.h:945
const LEX_CSTRING m_opt_prefix
Definition: parse_tree_nodes.h:963
const LEX_CSTRING m_name
Definition: parse_tree_nodes.h:964
Item * m_opt_expr
Definition: parse_tree_nodes.h:965
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4070
PT_set_system_variable(const POS &pos, enum_var_type scope, const POS &name_pos, const LEX_CSTRING &opt_prefix, const LEX_CSTRING &name, Item *opt_expr)
Definition: parse_tree_nodes.h:948
const POS m_name_pos
Definition: parse_tree_nodes.h:962
Definition: parse_tree_nodes.h:904
Item * m_opt_expr
Definition: parse_tree_nodes.h:925
PT_set_variable(const POS &pos, const POS &varpos, const LEX_CSTRING &opt_prefix, const LEX_CSTRING &name, const POS &expr_pos, Item *opt_expr)
Definition: parse_tree_nodes.h:908
PT_option_value_no_option_type super
Definition: parse_tree_nodes.h:905
const POS m_expr_pos
Definition: parse_tree_nodes.h:924
const LEX_CSTRING m_opt_prefix
Definition: parse_tree_nodes.h:922
const POS m_varpos
Definition: parse_tree_nodes.h:921
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:524
const LEX_CSTRING m_name
Definition: parse_tree_nodes.h:923
Definition: parse_tree_nodes.h:1265
Parse_tree_node super
Definition: parse_tree_nodes.h:1266
POS set_pos
Definition: parse_tree_nodes.h:1268
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4196
PT_start_option_value_list * list
Definition: parse_tree_nodes.h:1269
PT_set(const POS &pos, const POS &set_pos_arg, PT_start_option_value_list *list_arg)
Definition: parse_tree_nodes.h:1272
Base class for Parse tree nodes of SHOW statements.
Definition: parse_tree_nodes.h:3275
PT_show_base(const POS &pos, enum_sql_command sql_command)
Definition: parse_tree_nodes.h:3277
enum_sql_command m_sql_command
SQL command.
Definition: parse_tree_nodes.h:3281
Parse tree node for SHOW BINARY LOG STATUS statement.
Definition: parse_tree_nodes.h:3732
PT_show_binary_log_status(const POS &pos)
Definition: parse_tree_nodes.h:3734
Sql_cmd_show_binary_log_status m_sql_cmd
Definition: parse_tree_nodes.h:3740
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2808
Parse tree node for SHOW BINLOG EVENTS statement.
Definition: parse_tree_nodes.h:3349
PT_limit_clause *const m_opt_limit_clause
Definition: parse_tree_nodes.h:3361
Sql_cmd_show_binlog_events m_sql_cmd
Definition: parse_tree_nodes.h:3363
PT_show_binlog_events(const POS &pos, const LEX_STRING opt_log_file_name={}, PT_limit_clause *opt_limit_clause=nullptr)
Definition: parse_tree_nodes.h:3351
const LEX_STRING m_opt_log_file_name
Definition: parse_tree_nodes.h:3360
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2542
Parse tree node for SHOW BINLOGS statement.
Definition: parse_tree_nodes.h:3368
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2554
PT_show_binlogs(const POS &pos)
Definition: parse_tree_nodes.h:3370
Sql_cmd_show_binlogs m_sql_cmd
Definition: parse_tree_nodes.h:3375
Parse tree node for SHOW CHARACTER SET statement.
Definition: parse_tree_nodes.h:3380
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2561
PT_show_charsets(const POS &pos, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3382
Sql_cmd_show_charsets m_sql_cmd
Definition: parse_tree_nodes.h:3388
Parse tree node for SHOW COLLATIONS statement.
Definition: parse_tree_nodes.h:3393
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2574
PT_show_collations(const POS &pos, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3395
Sql_cmd_show_collations m_sql_cmd
Definition: parse_tree_nodes.h:3401
Base class for Parse tree nodes of SHOW COUNT(*) { WARNINGS | ERRORS } statements.
Definition: parse_tree_nodes.h:3407
Sql_cmd * make_cmd_generic(THD *thd, LEX_CSTRING diagnostic_variable_name)
Definition: parse_tree_nodes.cc:2587
PT_show_count_base(const POS &pos)
Definition: parse_tree_nodes.h:3409
Parse tree node for SHOW COUNT(*) ERRORS.
Definition: parse_tree_nodes.h:3418
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.h:3422
PT_show_count_errors(const POS &pos)
Definition: parse_tree_nodes.h:3420
Parse tree node for SHOW COUNT(*) WARNINGS.
Definition: parse_tree_nodes.h:3429
PT_show_count_warnings(const POS &pos)
Definition: parse_tree_nodes.h:3431
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.h:3433
Parse tree node for SHOW CREATE DATABASE statement.
Definition: parse_tree_nodes.h:3440
const LEX_STRING m_name
Definition: parse_tree_nodes.h:3452
PT_show_create_database(const POS &pos, bool if_not_exists, const LEX_STRING &name)
Definition: parse_tree_nodes.h:3442
Sql_cmd_show_create_database m_sql_cmd
Definition: parse_tree_nodes.h:3454
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2619
const bool m_if_not_exists
Definition: parse_tree_nodes.h:3451
Parse tree node for SHOW CREATE EVENT statement.
Definition: parse_tree_nodes.h:3459
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2632
sp_name *const m_spname
Definition: parse_tree_nodes.h:3467
PT_show_create_event(const POS &pos, sp_name *event_name)
Definition: parse_tree_nodes.h:3461
Sql_cmd_show_create_event m_sql_cmd
Definition: parse_tree_nodes.h:3469
Parse tree node for SHOW CREATE FUNCTION statement.
Definition: parse_tree_nodes.h:3474
Sql_cmd_show_create_function m_sql_cmd
Definition: parse_tree_nodes.h:3484
PT_show_create_function(const POS &pos, sp_name *function_name)
Definition: parse_tree_nodes.h:3476
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2641
sp_name *const m_spname
Definition: parse_tree_nodes.h:3482
Parse tree node for SHOW CREATE PROCEDURE statement.
Definition: parse_tree_nodes.h:3489
Sql_cmd_show_create_procedure m_sql_cmd
Definition: parse_tree_nodes.h:3499
sp_name *const m_spname
Definition: parse_tree_nodes.h:3497
PT_show_create_procedure(const POS &pos, sp_name *procedure_name)
Definition: parse_tree_nodes.h:3491
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2650
Parse tree node for SHOW CREATE TABLE and VIEW statements.
Definition: parse_tree_nodes.h:3504
Sql_cmd_show_create_table m_sql_cmd
Definition: parse_tree_nodes.h:3512
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2659
PT_show_create_table(const POS &pos, Table_ident *table_ident)
Definition: parse_tree_nodes.h:3506
Parse tree node for SHOW CREATE TRIGGER statement.
Definition: parse_tree_nodes.h:3517
PT_show_create_trigger(const POS &pos, sp_name *trigger_name)
Definition: parse_tree_nodes.h:3519
Sql_cmd_show_create_trigger m_sql_cmd
Definition: parse_tree_nodes.h:3527
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2678
sp_name *const m_spname
Definition: parse_tree_nodes.h:3525
Parse tree node for SHOW CREATE USER statement.
Definition: parse_tree_nodes.h:3532
Sql_cmd_show_create_user m_sql_cmd
Definition: parse_tree_nodes.h:3542
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2687
PT_show_create_user(const POS &pos, LEX_USER *user)
Definition: parse_tree_nodes.h:3534
LEX_USER *const m_user
Definition: parse_tree_nodes.h:3540
Parse tree node for SHOW CREATE VIEW statement.
Definition: parse_tree_nodes.h:3547
PT_show_create_view(const POS &pos, Table_ident *table_ident)
Definition: parse_tree_nodes.h:3549
Sql_cmd_show_create_table m_sql_cmd
Definition: parse_tree_nodes.h:3555
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2671
Parse tree node for SHOW DATABASES statement.
Definition: parse_tree_nodes.h:3560
Sql_cmd_show_databases m_sql_cmd
Definition: parse_tree_nodes.h:3568
PT_show_databases(const POS &pos, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3562
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2696
Parse tree node for SHOW ENGINE statements.
Definition: parse_tree_nodes.h:3573
PT_show_engine_base(const POS &pos, enum enum_sql_command sql_command, const LEX_STRING opt_engine={})
Definition: parse_tree_nodes.h:3575
LEX_STRING m_engine
Definition: parse_tree_nodes.h:3581
bool m_all
Definition: parse_tree_nodes.h:3582
Parse tree node for SHOW ENGINE LOGS statement.
Definition: parse_tree_nodes.h:3587
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2709
PT_show_engine_logs(const POS &pos, LEX_STRING opt_engine={})
Definition: parse_tree_nodes.h:3589
Sql_cmd_show_engine_logs m_sql_cmd
Definition: parse_tree_nodes.h:3595
Parse tree node for SHOW ENGINE MUTEX statement.
Definition: parse_tree_nodes.h:3600
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2723
Sql_cmd_show_engine_mutex m_sql_cmd
Definition: parse_tree_nodes.h:3608
PT_show_engine_mutex(const POS &pos, LEX_STRING opt_engine={})
Definition: parse_tree_nodes.h:3602
Parse tree node for SHOW ENGINE STATUS statement.
Definition: parse_tree_nodes.h:3613
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2737
PT_show_engine_status(const POS &pos, LEX_STRING opt_engine={})
Definition: parse_tree_nodes.h:3615
Sql_cmd_show_engine_status m_sql_cmd
Definition: parse_tree_nodes.h:3621
Parse tree node for SHOW ENGINES statement.
Definition: parse_tree_nodes.h:3626
PT_show_engines(const POS &pos)
Definition: parse_tree_nodes.h:3628
Sql_cmd_show_engines m_sql_cmd
Definition: parse_tree_nodes.h:3634
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2751
Parse tree node for SHOW ERRORS statement.
Definition: parse_tree_nodes.h:3639
PT_limit_clause *const m_opt_limit_clause
Definition: parse_tree_nodes.h:3648
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2760
Sql_cmd_show_errors m_sql_cmd
Definition: parse_tree_nodes.h:3650
PT_show_errors(const POS &pos, PT_limit_clause *opt_limit_clause=nullptr)
Definition: parse_tree_nodes.h:3641
Parse tree node for SHOW EVENTS statement.
Definition: parse_tree_nodes.h:3655
Sql_cmd_show_events m_sql_cmd
Definition: parse_tree_nodes.h:3664
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2794
PT_show_events(const POS &pos, char *opt_db, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3657
Parse tree node for SHOW COLUMNS statement.
Definition: parse_tree_nodes.h:3669
Sql_cmd_show_columns m_sql_cmd
Definition: parse_tree_nodes.h:3683
Show_cmd_type m_show_cmd_type
Definition: parse_tree_nodes.h:3682
PT_show_fields(const POS &pos, Show_cmd_type show_cmd_type, Table_ident *table, LEX_STRING opt_wild={}, Item *opt_where=nullptr)
Definition: parse_tree_nodes.h:3673
PT_show_table_base super
Definition: parse_tree_nodes.h:3670
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2772
Base class for Parse tree nodes of SHOW statements with LIKE/WHERE parameter.
Definition: parse_tree_nodes.h:3286
Item * m_where
Definition: parse_tree_nodes.h:3295
PT_show_filter_base(const POS &pos, enum_sql_command sql_command, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3288
LEX_STRING m_wild
Wild or where clause used in the statement.
Definition: parse_tree_nodes.h:3294
Parse tree node for SHOW FUNCTION CODE statement.
Definition: parse_tree_nodes.h:3688
PT_show_function_code(const POS &pos, const sp_name *function_name)
Definition: parse_tree_nodes.h:3690
Parse tree node for SHOW GRANTS statement.
Definition: parse_tree_nodes.h:3696
Sql_cmd_show_grants sql_cmd
Definition: parse_tree_nodes.h:3708
PT_show_grants(const POS &pos, const LEX_USER *opt_for_user, const List< LEX_USER > *opt_using_users)
Definition: parse_tree_nodes.h:3698
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4678
Parse tree node for SHOW INDEX statement.
Definition: parse_tree_nodes.h:3713
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2786
PT_show_keys(const POS &pos, bool extended_show, Table_ident *table, Item *where)
Definition: parse_tree_nodes.h:3715
Sql_cmd_show_keys m_sql_cmd
Definition: parse_tree_nodes.h:3727
bool m_extended_show
Definition: parse_tree_nodes.h:3726
PT_show_table_base super
Definition: parse_tree_nodes.h:3723
Parse tree node for SHOW OPEN TABLES statement.
Definition: parse_tree_nodes.h:3745
PT_show_open_tables(const POS &pos, char *opt_db, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3747
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2815
Sql_cmd_show_open_tables m_sql_cmd
Definition: parse_tree_nodes.h:3755
Parse tree node for SHOW PARSE_TREE statement.
Definition: parse_tree_nodes.h:3785
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:4683
Parse_tree_root *const m_parse_tree_stmt
Definition: parse_tree_nodes.h:3794
Sql_cmd_show_parse_tree m_sql_cmd
Definition: parse_tree_nodes.h:3795
PT_show_parse_tree(const POS &pos, Parse_tree_root *parse_tree_stmt)
Definition: parse_tree_nodes.h:3787
Parse tree node for SHOW PLUGINS statement.
Definition: parse_tree_nodes.h:3760
Sql_cmd_show_plugins m_sql_cmd
Definition: parse_tree_nodes.h:3767
PT_show_plugins(const POS &pos)
Definition: parse_tree_nodes.h:3762
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2833
Parse tree node for SHOW PRIVILEGES statement.
Definition: parse_tree_nodes.h:3772
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2842
PT_show_privileges(const POS &pos)
Definition: parse_tree_nodes.h:3774
Sql_cmd_show_privileges m_sql_cmd
Definition: parse_tree_nodes.h:3780
Parse tree node for SHOW FUNCTION CODE statement.
Definition: parse_tree_nodes.h:3800
PT_show_procedure_code(const POS &pos, const sp_name *procedure_name)
Definition: parse_tree_nodes.h:3802
Parse tree node for SHOW PROCESSLIST statement.
Definition: parse_tree_nodes.h:3808
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2849
Sql_cmd_show_processlist m_sql_cmd
Definition: parse_tree_nodes.h:3816
PT_show_processlist(const POS &pos, bool verbose)
Definition: parse_tree_nodes.h:3810
Parse tree node for SHOW PROFILE statement.
Definition: parse_tree_nodes.h:3821
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2872
uint m_opt_profile_options
Definition: parse_tree_nodes.h:3834
Sql_cmd_show_profile m_sql_cmd
Definition: parse_tree_nodes.h:3838
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)
Definition: parse_tree_nodes.h:3823
my_thread_id m_opt_query_id
Definition: parse_tree_nodes.h:3835
PT_limit_clause *const m_opt_limit_clause
Definition: parse_tree_nodes.h:3836
Parse tree node for SHOW PROFILES statement.
Definition: parse_tree_nodes.h:3843
PT_show_profiles(const POS &pos)
Definition: parse_tree_nodes.h:3845
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2887
Sql_cmd_show_profiles m_sql_cmd
Definition: parse_tree_nodes.h:3850
Parse tree node for SHOW RELAYLOG EVENTS statement.
Definition: parse_tree_nodes.h:3855
Sql_cmd_show_relaylog_events m_sql_cmd
Definition: parse_tree_nodes.h:3873
PT_show_relaylog_events(const POS &pos, const LEX_STRING opt_log_file_name={}, PT_limit_clause *opt_limit_clause=nullptr, LEX_CSTRING opt_channel_name={})
Definition: parse_tree_nodes.h:3857
PT_limit_clause *const m_opt_limit_clause
Definition: parse_tree_nodes.h:3870
const LEX_STRING m_opt_log_file_name
Definition: parse_tree_nodes.h:3869
const LEX_CSTRING m_opt_channel_name
Definition: parse_tree_nodes.h:3871
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2894
Parse tree node for SHOW REPLICA STATUS statement.
Definition: parse_tree_nodes.h:3890
Sql_cmd_show_replica_status m_sql_cmd
Definition: parse_tree_nodes.h:3901
const LEX_CSTRING m_opt_channel_name
Definition: parse_tree_nodes.h:3899
PT_show_replica_status(const POS &pos, LEX_CSTRING opt_channel_name={})
Definition: parse_tree_nodes.h:3892
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2914
Parse tree node for SHOW REPLICAS statement.
Definition: parse_tree_nodes.h:3878
Sql_cmd_show_replicas m_sql_cmd
Definition: parse_tree_nodes.h:3885
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2907
PT_show_replicas(const POS &pos)
Definition: parse_tree_nodes.h:3880
Parse tree node for SHOW FUNCTION/PROCEDURE CODE statements.
Definition: parse_tree_nodes.h:3335
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2865
Sql_cmd_show_routine_code m_sql_cmd
Definition: parse_tree_nodes.h:3344
PT_show_routine_code(const POS &pos, enum_sql_command sql_command, const sp_name *routine_name)
Definition: parse_tree_nodes.h:3337
Base class for Parse tree nodes of SHOW statements with schema parameter.
Definition: parse_tree_nodes.h:3300
char * m_opt_db
Optional schema name in FROM/IN clause.
Definition: parse_tree_nodes.h:3311
PT_show_schema_base(const POS &pos, enum_sql_command sql_command, char *opt_db, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3302
Item * m_where
Definition: parse_tree_nodes.h:3314
LEX_STRING m_wild
Wild or where clause used in the statement.
Definition: parse_tree_nodes.h:3313
Parse tree node for SHOW STATUS FUNCTION statement.
Definition: parse_tree_nodes.h:3925
Sql_cmd_show_status_func m_sql_cmd
Definition: parse_tree_nodes.h:3933
PT_show_status_func(const POS &pos, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3927
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2939
Parse tree node for SHOW STATUS PROCEDURE statement.
Definition: parse_tree_nodes.h:3938
PT_show_status_proc(const POS &pos, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3940
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2952
Sql_cmd_show_status_proc m_sql_cmd
Definition: parse_tree_nodes.h:3946
Parse tree node for SHOW STATUS statement.
Definition: parse_tree_nodes.h:3906
enum_var_type m_var_type
Definition: parse_tree_nodes.h:3920
Sql_cmd_show_status m_sql_cmd
Definition: parse_tree_nodes.h:3918
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2923
PT_show_status(const POS &pos, enum_var_type var_type, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3908
Base class for Parse tree nodes of SHOW COLUMNS/SHOW INDEX statements.
Definition: parse_tree_nodes.h:3319
bool make_table_base_cmd(THD *thd, bool *temporary)
Definition: parse_tree_nodes.cc:2458
PT_show_table_base(const POS &pos, enum_sql_command sql_command, Table_ident *table_ident, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3321
Table_ident * m_table_ident
Table used in the statement.
Definition: parse_tree_nodes.h:3330
Parse tree node for SHOW TABLE STATUS statement.
Definition: parse_tree_nodes.h:3951
Sql_cmd_show_table_status m_sql_cmd
Definition: parse_tree_nodes.h:3961
PT_show_table_status(const POS &pos, char *opt_db, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3953
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2965
Parse tree node for SHOW TABLES statement.
Definition: parse_tree_nodes.h:3966
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2980
Show_cmd_type m_show_cmd_type
Definition: parse_tree_nodes.h:3978
PT_show_tables(const POS &pos, Show_cmd_type show_cmd_type, char *opt_db, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3968
Sql_cmd_show_tables m_sql_cmd
Definition: parse_tree_nodes.h:3976
Parse tree node for SHOW TRIGGERS statement.
Definition: parse_tree_nodes.h:3983
PT_show_triggers(const POS &pos, bool full, char *opt_db, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:3985
bool m_full
Definition: parse_tree_nodes.h:3995
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:2996
Sql_cmd_show_triggers m_sql_cmd
Definition: parse_tree_nodes.h:3993
Parse tree node for SHOW VARIABLES statement.
Definition: parse_tree_nodes.h:4000
enum_var_type m_var_type
Definition: parse_tree_nodes.h:4014
Sql_cmd_show_variables m_sql_cmd
Definition: parse_tree_nodes.h:4012
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3011
PT_show_variables(const POS &pos, enum_var_type var_type, const LEX_STRING &wild, Item *where)
Definition: parse_tree_nodes.h:4002
Parse tree node for SHOW WARNINGS statement.
Definition: parse_tree_nodes.h:4019
PT_limit_clause *const m_opt_limit_clause
Definition: parse_tree_nodes.h:4028
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3027
Sql_cmd_show_warnings m_sql_cmd
Definition: parse_tree_nodes.h:4030
PT_show_warnings(const POS &pos, PT_limit_clause *opt_limit_clause=nullptr)
Definition: parse_tree_nodes.h:4021
Top-level node for the SHUTDOWN statement.
Definition: parse_tree_nodes.h:2132
Sql_cmd * make_cmd(THD *) override
Definition: parse_tree_nodes.h:2136
Sql_cmd_shutdown sql_cmd
Definition: parse_tree_nodes.h:2133
Definition: parse_tree_nodes.h:1213
PT_start_option_value_list_following_option_type_eq(const POS &pos, PT_set_scoped_system_variable *head_arg, const POS &head_pos_arg, PT_option_value_list_head *opt_tail_arg)
Definition: parse_tree_nodes.h:1221
POS head_pos
Definition: parse_tree_nodes.h:1217
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4165
PT_start_option_value_list_following_option_type super
Definition: parse_tree_nodes.h:1214
PT_option_value_list_head * opt_tail
Definition: parse_tree_nodes.h:1218
PT_set_scoped_system_variable * head
Definition: parse_tree_nodes.h:1216
Definition: parse_tree_nodes.h:1233
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4179
PT_start_option_value_list_following_option_type_transaction(const POS &pos, PT_transaction_characteristics *characteristics_arg, const POS &characteristics_pos_arg)
Definition: parse_tree_nodes.h:1240
PT_transaction_characteristics * characteristics
Definition: parse_tree_nodes.h:1236
PT_start_option_value_list_following_option_type super
Definition: parse_tree_nodes.h:1234
POS characteristics_pos
Definition: parse_tree_nodes.h:1237
Definition: parse_tree_nodes.h:1206
PT_start_option_value_list_following_option_type(const POS &pos)
Definition: parse_tree_nodes.h:1208
Definition: parse_tree_nodes.h:1122
PT_start_option_value_list super
Definition: parse_tree_nodes.h:1123
POS head_pos
Definition: parse_tree_nodes.h:1126
PT_start_option_value_list_no_type(const POS &pos, PT_option_value_no_option_type *head_arg, const POS &head_pos_arg, PT_option_value_list_head *tail_arg)
Definition: parse_tree_nodes.h:1130
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4119
PT_option_value_list_head * tail
Definition: parse_tree_nodes.h:1127
PT_option_value_no_option_type * head
Definition: parse_tree_nodes.h:1125
Definition: parse_tree_nodes.h:1188
PT_transaction_characteristics * characteristics
Definition: parse_tree_nodes.h:1191
PT_start_option_value_list super
Definition: parse_tree_nodes.h:1189
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4150
POS end_pos
Definition: parse_tree_nodes.h:1192
PT_start_option_value_list_transaction(const POS &pos, PT_transaction_characteristics *characteristics_arg, const POS &end_pos_arg)
Definition: parse_tree_nodes.h:1195
Definition: parse_tree_nodes.h:1250
PT_start_option_value_list super
Definition: parse_tree_nodes.h:1251
PT_start_option_value_list_following_option_type * list
Definition: parse_tree_nodes.h:1254
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4191
PT_start_option_value_list_type(const POS &pos, enum_var_type type_arg, PT_start_option_value_list_following_option_type *list_arg)
Definition: parse_tree_nodes.h:1257
enum_var_type type
Definition: parse_tree_nodes.h:1253
Definition: parse_tree_nodes.h:1012
PT_start_option_value_list(const POS &pos)
Definition: parse_tree_nodes.h:1014
Definition: parse_tree_nodes.h:3208
PT_static_privilege(const POS &pos, const POS &errpos, uint grant, const Mem_root_array< LEX_CSTRING > *columns=nullptr)
Definition: parse_tree_nodes.h:3213
const Mem_root_array< LEX_CSTRING > * columns
Definition: parse_tree_nodes.h:3210
const uint grant
Definition: parse_tree_nodes.h:3209
Privilege * get_privilege(THD *thd) override
Definition: parse_tree_nodes.cc:4639
Definition: parse_tree_nodes.h:1773
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4386
Parse_tree_node super
Definition: parse_tree_nodes.h:1774
PT_query_expression_body * qe
Definition: parse_tree_nodes.h:1776
bool m_is_derived_table
Definition: parse_tree_nodes.h:1780
Query_block * value()
Definition: parse_tree_nodes.h:1790
Query_block * query_block
Definition: parse_tree_nodes.h:1777
PT_subquery(const POS &pos, PT_query_expression_body *query_expression)
Definition: parse_tree_nodes.h:1782
Definition: parse_tree_nodes.h:2459
PT_table_constraint_def(const POS &pos)
Definition: parse_tree_nodes.h:2461
Definition: parse_tree_nodes.h:184
~PT_table_ddl_stmt_base() override=0
Alter_info m_alter_info
Definition: parse_tree_nodes.h:192
PT_table_ddl_stmt_base(const POS &pos, MEM_ROOT *mem_root)
Definition: parse_tree_nodes.h:186
Base class for column/constraint definitions in CREATE TABLE.
Definition: parse_tree_nodes.h:2454
PT_table_element(const POS &pos)
Definition: parse_tree_nodes.h:2456
Definition: parse_tree_nodes.h:506
Item * m_path
Definition: parse_tree_nodes.h:523
const LEX_STRING m_table_alias
Definition: parse_tree_nodes.h:525
Item * m_expr
Definition: parse_tree_nodes.h:522
PT_table_reference super
Definition: parse_tree_nodes.h:507
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1356
Mem_root_array< PT_json_table_column * > * m_nested_columns
Definition: parse_tree_nodes.h:524
PT_table_factor_function(const POS &pos, Item *expr, Item *path, Mem_root_array< PT_json_table_column * > *nested_cols, const LEX_STRING &table_alias)
Definition: parse_tree_nodes.h:510
Definition: parse_tree_nodes.h:562
PT_joined_table * m_joined_table
Definition: parse_tree_nodes.h:572
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1466
PT_table_reference super
Definition: parse_tree_nodes.h:563
PT_table_factor_joined_table(const POS &pos, PT_joined_table *joined_table)
Definition: parse_tree_nodes.h:566
Definition: parse_tree_nodes.h:471
const char *const opt_table_alias
Definition: parse_tree_nodes.h:476
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3848
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.cc:3875
Table_ident * table_ident
Definition: parse_tree_nodes.h:474
PT_table_factor_table_ident(const POS &pos, Table_ident *table_ident_arg, List< String > *opt_use_partition_arg, const LEX_CSTRING &opt_table_alias_arg, List< Index_hint > *opt_key_definition_arg, PT_tablesample *opt_tablesample_arg)
Definition: parse_tree_nodes.h:481
PT_table_reference super
Definition: parse_tree_nodes.h:472
List< Index_hint > * opt_key_definition
Definition: parse_tree_nodes.h:477
PT_tablesample * opt_tablesample
Definition: parse_tree_nodes.h:478
List< String > * opt_use_partition
Definition: parse_tree_nodes.h:475
Definition: parse_tree_nodes.h:781
Table_ident_list m_tables
Definition: parse_tree_nodes.h:797
bool raise_error(THD *thd, const Table_ident *name, int error)
Definition: parse_tree_nodes.cc:4002
bool set_lock_for_tables(Parse_context *pc) override
Definition: parse_tree_nodes.cc:2437
PT_table_locking_clause(const POS &pos, Lock_strength strength, Mem_root_array_YY< Table_ident * > tables, Locked_row_action action)
Definition: parse_tree_nodes.h:785
Mem_root_array_YY< Table_ident * > Table_ident_list
Definition: parse_tree_nodes.h:783
Definition: parse_tree_nodes.h:528
PT_table_reference super
Definition: parse_tree_nodes.h:529
PT_table_reference_list_parens(const POS &pos, const Mem_root_array_YY< PT_table_reference * > table_list)
Definition: parse_tree_nodes.h:534
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:3886
Mem_root_array_YY< PT_table_reference * > table_list
Definition: parse_tree_nodes.h:531
Definition: parse_tree_nodes.h:450
PT_table_reference(const POS &pos)
Definition: parse_tree_nodes.h:452
Table_ref * m_table_ref
Definition: parse_tree_nodes.h:454
virtual PT_joined_table * add_cross_join(PT_cross_join *cj)
Lets us build a parse tree top-down, which is necessary due to the context-dependent nature of the jo...
Definition: parse_tree_nodes.cc:161
Definition: parse_tree_nodes.h:1588
PT_insert_values_list *const row_value_list
Definition: parse_tree_nodes.h:1591
bool is_set_operation() const override
Definition: parse_tree_nodes.h:1603
bool has_into_clause() const override
Definition: parse_tree_nodes.h:1600
PT_insert_values_list * get_row_value_list() const override
Definition: parse_tree_nodes.h:1609
bool can_absorb_order_and_limit(bool, bool) const override
True if this query expression can absorb an extraneous order by/limit clause.
Definition: parse_tree_nodes.h:1605
bool has_trailing_into_clause() const override
Definition: parse_tree_nodes.h:1601
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1308
bool is_table_value_constructor() const override
Definition: parse_tree_nodes.h:1607
PT_query_primary super
Definition: parse_tree_nodes.h:1589
PT_table_value_constructor(const POS &pos, PT_insert_values_list *row_value_list_arg)
Definition: parse_tree_nodes.h:1594
Definition: parse_tree_nodes.h:692
PT_tablesample(const POS &pos, tablesample_type tablesample_type_arg, Item *sample_percentage)
Definition: parse_tree_nodes.h:699
Parse_tree_node super
Definition: parse_tree_nodes.h:693
tablesample_type m_sampling_type
Definition: parse_tree_nodes.h:696
Item * m_sample_percentage
Definition: parse_tree_nodes.h:697
A template for options that set HA_CREATE_INFO::table_options and also records if the option was expl...
Definition: parse_tree_nodes.h:2708
PT_create_table_option super
Definition: parse_tree_nodes.h:2709
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:2717
const Ternary_option value
Definition: parse_tree_nodes.h:2711
PT_ternary_create_table_option(const POS &pos, Ternary_option value)
Definition: parse_tree_nodes.h:2714
A template for options that set a single property in HA_CREATE_INFO, and also records if the option w...
Definition: parse_tree_nodes.h:2570
PT_traceable_create_table_option(const POS &pos, Option_type value)
Definition: parse_tree_nodes.h:2576
const Option_type value
Definition: parse_tree_nodes.h:2573
PT_create_table_option super
Definition: parse_tree_nodes.h:2571
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:2579
A template for options that set a single property in a KEY_CREATE_INFO, and also records if the optio...
Definition: parse_tree_nodes.h:2382
bool do_contextualize(Table_ddl_parse_context *pc) override
Definition: parse_tree_nodes.h:2387
Option_type m_option_value
Definition: parse_tree_nodes.h:2394
PT_traceable_index_option(const POS &pos, Option_type option_value)
Definition: parse_tree_nodes.h:2384
Definition: parse_tree_nodes.h:1153
PT_transaction_characteristic super
Definition: parse_tree_nodes.h:1154
PT_transaction_access_mode(const POS &pos, bool is_read_only)
Definition: parse_tree_nodes.h:1157
Definition: parse_tree_nodes.h:1139
int32 value
Definition: parse_tree_nodes.h:1143
Parse_tree_node super
Definition: parse_tree_nodes.h:1140
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:4131
PT_transaction_characteristic(const POS &pos, const char *name_arg, int32 value_arg)
Definition: parse_tree_nodes.h:1146
const char * name
Definition: parse_tree_nodes.h:1142
Definition: parse_tree_nodes.h:1169
PT_transaction_characteristic * opt_tail
Definition: parse_tree_nodes.h:1173
PT_transaction_characteristics(const POS &pos, PT_transaction_characteristic *head_arg, PT_transaction_characteristic *opt_tail_arg)
Definition: parse_tree_nodes.h:1176
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.h:1181
PT_transaction_characteristic * head
Definition: parse_tree_nodes.h:1172
Parse_tree_node super
Definition: parse_tree_nodes.h:1170
Definition: parse_tree_nodes.h:5028
PT_truncate_table_stmt(const POS &pos, Table_ident *table)
Definition: parse_tree_nodes.h:5030
Sql_cmd_truncate_table m_cmd_truncate_table
Definition: parse_tree_nodes.h:5038
Table_ident * m_table
Definition: parse_tree_nodes.h:5036
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:3367
Base class for all column type nodes.
Definition: parse_tree_column_attrs.h:556
Definition: parse_tree_nodes.h:1838
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:1784
PT_set_operation(const POS &pos, PT_query_expression_body *lhs, bool is_distinct, PT_query_expression_body *rhs, bool is_rhs_in_parentheses=false)
Definition: parse_tree_nodes.h:1797
Top-level node for the UPDATE statement.
Definition: parse_tree_nodes.h:1988
PT_with_clause * m_with_clause
Definition: parse_tree_nodes.h:1991
Item * opt_limit_clause
Definition: parse_tree_nodes.h:2000
PT_update(const POS &pos, PT_with_clause *with_clause_arg, PT_hint_list *opt_hints_arg, thr_lock_type opt_low_priority_arg, bool opt_ignore_arg, const Mem_root_array_YY< PT_table_reference * > &join_table_list_arg, PT_item_list *column_list_arg, PT_item_list *value_list_arg, Item *opt_where_clause_arg, PT_order *opt_order_clause_arg, Item *opt_limit_clause_arg)
Definition: parse_tree_nodes.h:2003
Sql_cmd * make_cmd(THD *thd) override
Definition: parse_tree_nodes.cc:976
Mem_root_array_YY< PT_table_reference * > join_table_list
Definition: parse_tree_nodes.h:1995
PT_hint_list * opt_hints
Definition: parse_tree_nodes.h:1992
bool opt_ignore
Definition: parse_tree_nodes.h:1994
PT_item_list * value_list
Definition: parse_tree_nodes.h:1997
thr_lock_type opt_low_priority
Definition: parse_tree_nodes.h:1993
PT_item_list * column_list
Definition: parse_tree_nodes.h:1996
Parse_tree_root super
Definition: parse_tree_nodes.h:1989
PT_order * opt_order_clause
Definition: parse_tree_nodes.h:1999
Item * opt_where_clause
Definition: parse_tree_nodes.h:1998
Parse tree node for a list of window definitions corresponding to a <window clause> in SQL 2003.
Definition: parse_tree_window.h:63
Represents the WITH clause: WITH [...], [...] SELECT ..., ^^^^^^^^^^^^^^^^^.
Definition: parse_tree_nodes.h:365
const Table_ref * m_most_inner_in_parsing
The innermost CTE reference which we're parsing at the moment.
Definition: parse_tree_nodes.h:414
void print(const THD *thd, String *str, enum_query_type query_type)
Definition: parse_tree_nodes.cc:2063
bool do_contextualize(Parse_context *pc) override
Definition: parse_tree_nodes.cc:2052
void leave_parsing_definition(const Table_ref *old)
Definition: parse_tree_nodes.h:395
Parse_tree_node super
Definition: parse_tree_nodes.h:366
PT_with_clause(const POS &pos, const PT_with_list *l, bool r)
Definition: parse_tree_nodes.h:369
void add_json_info(Json_object *obj) override
Add all the node-specific json fields.
Definition: parse_tree_nodes.h:401
const PT_with_list *const m_list
All CTEs of this clause.
Definition: parse_tree_nodes.h:407
const Table_ref * enter_parsing_definition(Table_ref *tl)
Call this to record in the WITH clause that we are contextualizing the CTE definition inserted in tab...
Definition: parse_tree_nodes.h:390
const bool m_recursive
True if the user has specified the RECURSIVE keyword.
Definition: parse_tree_nodes.h:409
Represents the WITH list.
Definition: parse_tree_nodes.h:343
Mem_root_array< PT_common_table_expr * > m_elements
Definition: parse_tree_nodes.h:357
Parse_tree_node super
Definition: parse_tree_nodes.h:344
bool push_back(PT_common_table_expr *el)
Definition: parse_tree_nodes.cc:2001
PT_with_list(const POS &pos, MEM_ROOT *mem_root)
Definition: parse_tree_nodes.h:349
const Mem_root_array< PT_common_table_expr * > & elements() const
Definition: parse_tree_nodes.h:352
Base class for parse tree nodes (excluding the Parse_tree_root hierarchy)
Definition: parse_tree_node_base.h:231
virtual bool contextualize(Context *pc) final
Definition: parse_tree_node_base.h:319
bool is_contextualized() const
Definition: parse_tree_node_base.h:309
void error(Context *pc, const POS &pos) const
syntax_error() function replacement for deferred reporting of syntax errors
Definition: parse_tree_node_base.h:344
virtual bool do_contextualize(Context *pc)
Do all context-sensitive things and mark the node as contextualized.
Definition: parse_tree_node_base.h:283
Base class for all top-level nodes of SQL statements.
Definition: parse_tree_nodes.h:161
Parse_tree_root()=default
void operator=(const Parse_tree_root &)=delete
Parse_tree_root(const Parse_tree_root &)=delete
virtual ~Parse_tree_root()=default
Parse_tree_root(const POS &pos)
Definition: parse_tree_nodes.h:167
virtual std::string get_printable_parse_tree(THD *thd)
Definition: parse_tree_nodes.h:177
POS m_pos
Textual location of a token just parsed.
Definition: parse_tree_nodes.h:172
virtual Sql_cmd * make_cmd(THD *thd)=0
This class represents a query block, aka a query specification, which is a query consisting of a SELE...
Definition: sql_lex.h:1163
bool clear_correlated_query_blocks()
Empties all correlated query blocks defined within the query expression; that is, correlated CTEs def...
Definition: sql_union.cc:1628
Common base class for n-ary set operations, including unary.
Definition: query_term.h:402
Simple intrusive linked list.
Definition: sql_list.h:47
Class to represent the check constraint specifications obtained from the SQL statement parse.
Definition: sql_check_constraint.h:43
Item * check_expr
Check constraint expression.
Definition: sql_check_constraint.h:80
LEX_STRING column_name
Name of the column if check clause is defined at the column level.
Definition: sql_check_constraint.h:83
bool is_enforced
Check constraint state (enforced/not enforced)
Definition: sql_check_constraint.h:86
LEX_STRING name
Name of the check constraint.
Definition: sql_check_constraint.h:77
Definition: sql_admin.h:409
Class that represents the ALTER TABLE t1 ANALYZE PARTITION p statement.
Definition: sql_partition_admin.h:53
Class that represents the ALTER TABLE t1 CHECK PARTITION p statement.
Definition: sql_partition_admin.h:75
Class that represents the ALTER TABLE t1 EXCHANGE PARTITION p WITH TABLE t2 statement.
Definition: sql_partition_admin.h:39
Class that represents the ALTER TABLE t1 OPTIMIZE PARTITION p statement.
Definition: sql_partition_admin.h:91
Class that represents the ALTER TABLE t1 REPAIR PARTITION p statement.
Definition: sql_partition_admin.h:106
Class that represents the ALTER TABLE t1 TRUNCATE PARTITION p statement.
Definition: sql_partition_admin.h:121
Represents the generic ALTER TABLE statement.
Definition: sql_alter.h:617
Sql_cmd_alter_user_default_role ALTER USER ... DEFAULT ROLE ... statement.
Definition: sql_admin.h:368
Histogram_command
Specifies which (if any) of the commands UPDATE HISTOGRAM or DROP HISTOGRAM that is specified after A...
Definition: sql_admin.h:71
Sql_cmd_create_role represents the CREATE ROLE ... statement.
Definition: sql_admin.h:288
Definition: sql_cmd_srs.h:56
Represents ALTER TABLE IMPORT/DISCARD TABLESPACE statements.
Definition: sql_alter.h:627
Sql_cmd_drop_role represents the DROP ROLE ... statement.
Definition: sql_admin.h:308
Definition: sql_cmd_srs.h:110
Definition: opt_explain.h:204
Definition: sql_load.h:49
Sql_cmd_restart_server represents the RESTART server statement.
Definition: sql_restart_server.h:41
Represents ALTER TABLE SECONDARY_LOAD/SECONDARY_UNLOAD statements.
Definition: sql_alter.h:640
Sql_cmd_set_role represents the SET ROLE ... statement.
Definition: sql_admin.h:260
Represents SHOW BINARY LOG STATUS statement.
Definition: sql_show.h:442
Following are all subclasses of class Sql_cmd_show, in alphabetical order.
Definition: sql_show.h:236
Represents SHOW BINARY LOGS statement.
Definition: sql_show.h:251
Represents SHOW CHARACTER SET statement.
Definition: sql_show.h:260
Represents SHOW COLLATION statement.
Definition: sql_show.h:267
Represents SHOW COLUMNS statement.
Definition: sql_show.h:274
Represents SHOW CREATE DATABASE statement.
Definition: sql_show.h:281
Represents SHOW CREATE EVENT statement.
Definition: sql_show.h:290
Represents SHOW CREATE FUNCTION statement.
Definition: sql_show.h:299
Represents SHOW CREATE PROCEDURE statement.
Definition: sql_show.h:309
Represents SHOW CREATE TABLE/VIEW statement.
Definition: sql_show.h:319
Represents SHOW CREATE TRIGGER statement.
Definition: sql_show.h:335
Represents SHOW CREATE USER statement.
Definition: sql_show.h:345
Represents SHOW DATABASES statement.
Definition: sql_show.h:354
Represents SHOW ENGINE LOGS statement.
Definition: sql_show.h:362
Represents SHOW ENGINE MUTEX statement.
Definition: sql_show.h:371
Represents SHOW ENGINE STATUS statement.
Definition: sql_show.h:380
Represents SHOW STORAGE ENGINES statement.
Definition: sql_show.h:390
Represents SHOW ERRORS statement.
Definition: sql_show.h:397
Represents SHOW EVENTS statement.
Definition: sql_show.h:407
Represents SHOW GRANTS statement.
Definition: sql_show.h:417
Represents the SHOW INDEX statement.
Definition: sql_show.h:435
Represents SHOW OPEN TABLES statement.
Definition: sql_show.h:452
Represents SHOW PARSE_TREE statement.
Definition: sql_show.h:494
Represents SHOW PLUGINS statement.
Definition: sql_show.h:459
Represents SHOW PRIVILEGES statement.
Definition: sql_show.h:466
Represents SHOW PROCESSLIST statement.
Definition: sql_show.h:474
Represents SHOW PROFILE statement.
Definition: sql_show.h:501
Represents SHOW PROFILES statement.
Definition: sql_show.h:508
Represents SHOW RELAYLOG EVENTS statement.
Definition: sql_show.h:516
Represents SHOW REPLICA STATUS statement.
Definition: sql_show.h:540
Represents SHOW REPLICAS statement.
Definition: sql_show.h:531
Represents SHOW FUNCTION CODE and SHOW PROCEDURE CODE statements.
Definition: sql_show.h:220
Represents SHOW STATUS FUNCTION statement.
Definition: sql_show.h:558
Represents SHOW STATUS PROCEDURE statement.
Definition: sql_show.h:565
Represents SHOW STATUS statement.
Definition: sql_show.h:550
Represents SHOW TABLE STATUS statement.
Definition: sql_show.h:572
Represents SHOW TABLES statement.
Definition: sql_show.h:580
Represents SHOW TRIGGERS statement.
Definition: sql_show.h:587
Represents SHOW VARIABLES statement.
Definition: sql_show.h:594
Represents SHOW WARNINGS statement.
Definition: sql_show.h:601
Sql_cmd_shutdown represents the SHUTDOWN statement.
Definition: sql_admin.h:249
Sql_cmd_truncate_table represents the TRUNCATE statement.
Definition: sql_truncate.h:44
Representation of an SQL command.
Definition: sql_cmd.h:83
Using this class is fraught with peril, and you need to be very careful when doing so.
Definition: sql_string.h:167
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Definition: sql_lex.h:296
Represents the (explicit) window of a SQL 2003 section 7.11 <window clause>, or the implicit (inlined...
Definition: window.h:110
A (partial) implementation of std::deque allocating its blocks on a MEM_ROOT.
Definition: mem_root_deque.h:111
Definition: partition_info.h:209
uint num_parts
Definition: partition_info.h:370
Sql_cmd_alter_resource_group represents ALTER RESOURCE GROUP statement.
Definition: resource_group_sql_cmd.h:77
Sql_cmd_create_resource_group represents CREATE RESOURCE GROUP statement.
Definition: resource_group_sql_cmd.h:46
Sql_cmd_drop_resource_group represents DROP RESOURCE GROUP statement.
Definition: resource_group_sql_cmd.h:111
Sql_cmd_set_resource_group represents SET RESOURCE GROUP statement.
Definition: resource_group_sql_cmd.h:133
sp_head represents one instance of a stored program.
Definition: sp_head.h:383
Definition: sp_head.h:123
Used to hold information about file and file structure in exchange via non-DB file (....
Definition: sql_exchange.h:79
Field_separators field
Definition: sql_exchange.h:81
const CHARSET_INFO * cs
Definition: sql_exchange.h:87
Line_separators line
Definition: sql_exchange.h:82
static MEM_ROOT mem_root
Definition: client_plugin.cc:114
enum_query_type
Query type constants (usable as bitmap flags).
Definition: enum_query_type.h:31
void my_error(int nr, myf MyFlags,...)
Fill in and print a previously registered error message.
Definition: my_error.cc:216
bool make_subquery_node(THD *thd, PT_subquery **node)
Definition: sql_parse.cc:5729
bool lookup(Table_ref *tl, PT_common_table_expr **found)
Looks up a table reference into the list of CTEs.
Definition: sql_parse.cc:5830
bool match_table_ref(Table_ref *tl, bool in_self, bool *found)
Definition: sql_parse.cc:5911
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::avg_row_length), HA_CREATE_USED_AVG_ROW_LENGTH > PT_create_avg_row_length_option
Node for the AVG_ROW_LENGTH_ROWS [=] <integer> table option.
Definition: parse_tree_nodes.h:2614
PT_ternary_create_table_option< HA_CREATE_USED_PACK_KEYS, 0, HA_OPTION_PACK_KEYS, HA_OPTION_NO_PACK_KEYS > PT_create_pack_keys_option
Node for the PACK_KEYS [=] 1|0|DEFAULT table option.
Definition: parse_tree_nodes.h:2752
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::auto_increment_value), HA_CREATE_USED_AUTO > PT_create_auto_increment_option
Node for the AUTO_INCREMENT [=] <integer> table option.
Definition: parse_tree_nodes.h:2659
PT_bool_create_table_option< HA_CREATE_USED_CHECKSUM, HA_OPTION_CHECKSUM, HA_OPTION_NO_CHECKSUM > PT_create_checksum_option
Node for the CHECKSUM|TABLE_CHECKSUM [=] 0|<not 0> table option.
Definition: parse_tree_nodes.h:2808
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::compress), HA_CREATE_USED_COMPRESS > PT_create_compress_option
Node for the COMPRESSION [=] <string> table option.
Definition: parse_tree_nodes.h:2641
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::encrypt_type), HA_CREATE_USED_ENCRYPT > PT_create_encryption_option
Node for the ENGRYPTION [=] <string> table option.
Definition: parse_tree_nodes.h:2650
PT_ternary_create_table_option< HA_CREATE_USED_STATS_PERSISTENT, 0, HA_OPTION_STATS_PERSISTENT, HA_OPTION_NO_STATS_PERSISTENT > PT_create_stats_persistent_option
Node for the STATS_PERSISTENT [=] 1|0|DEFAULT table option.
Definition: parse_tree_nodes.h:2769
PT_bool_create_table_option< HA_CREATE_USED_DELAY_KEY_WRITE, HA_OPTION_DELAY_KEY_WRITE, HA_OPTION_NO_DELAY_KEY_WRITE > PT_create_delay_key_write_option
Node for the DELAY_KEY_WRITE [=] 0|<not 0> table option.
Definition: parse_tree_nodes.h:2823
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::comment), HA_CREATE_USED_COMMENT > PT_create_commen_option
Node for the COMMENT [=] <string> table option.
Definition: parse_tree_nodes.h:2632
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::max_rows), HA_CREATE_USED_MAX_ROWS > PT_create_max_rows_option
Node for the MAX_ROWS [=] <integer> table option.
Definition: parse_tree_nodes.h:2596
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::min_rows), HA_CREATE_USED_MIN_ROWS > PT_create_min_rows_option
Node for the MIN_ROWS [=] <integer> table option.
Definition: parse_tree_nodes.h:2605
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::password), HA_CREATE_USED_PASSWORD > PT_create_password_option
Node for the PASSWORD [=] <string> table option.
Definition: parse_tree_nodes.h:2623
static int flags[50]
Definition: hp_test1.cc:40
static void start(mysql_harness::PluginFuncEnv *env)
Definition: http_auth_backend_plugin.cc:180
fk_match_opt
Definition: key_spec.h:58
enum_order
Definition: key_spec.h:65
@ ORDER_NOT_RELEVANT
Definition: key_spec.h:65
@ ORDER_ASC
Definition: key_spec.h:65
@ ORDER_DESC
Definition: key_spec.h:65
keytype
Definition: key_spec.h:40
fk_option
Definition: key_spec.h:49
constexpr const LEX_STRING NULL_STR
Definition: lex_string.h:46
#define comment
Definition: lexyy.cc:959
This file follows Google coding style, except for the name MEM_ROOT (which is kept for historical rea...
std::unique_ptr< T, Destroy_only< T > > unique_ptr_destroy_only
std::unique_ptr, but only destroying.
Definition: my_alloc.h:477
This file includes constants used by all storage engines.
#define HA_OPTION_NO_DELAY_KEY_WRITE
DELAY_KEY_WRITE=0 option was specified.
Definition: my_base.h:720
#define HA_OPTION_NO_PACK_KEYS
PACK_KEYS=0 option was specified.
Definition: my_base.h:663
#define HA_OPTION_CHECKSUM
CHECKSUM=1 option was specified.
Definition: my_base.h:648
#define HA_OPTION_NO_CHECKSUM
CHECKSUM=0 option was specified.
Definition: my_base.h:715
#define HA_OPTION_DELAY_KEY_WRITE
DELAY_KEY_WRITE=1 option was specified.
Definition: my_base.h:656
ha_key_alg
Definition: my_base.h:98
#define HA_OPTION_STATS_PERSISTENT
STATS_PERSISTENT=1 has been specified in the SQL command (either CREATE or ALTER TABLE).
Definition: my_base.h:688
ha_storage_media
Definition: my_base.h:116
#define HA_OPTION_PACK_KEYS
PACK_KEYS=1 option was specified.
Definition: my_base.h:616
#define HA_OPTION_NO_STATS_PERSISTENT
STATS_PERSISTENT=0 has been specified in CREATE/ALTER TABLE.
Definition: my_base.h:695
Some integer typedefs for easier portability.
unsigned long long int ulonglong
Definition: my_inttypes.h:56
unsigned char uchar
Definition: my_inttypes.h:52
#define MYF(v)
Definition: my_inttypes.h:97
int32_t int32
Definition: my_inttypes.h:66
enum_sql_command
Definition: my_sqlcommand.h:46
@ SQLCOM_SHOW_ENGINE_LOGS
Definition: my_sqlcommand.h:64
@ SQLCOM_SHOW_GRANTS
Definition: my_sqlcommand.h:70
@ SQLCOM_SHOW_CREATE_DB
Definition: my_sqlcommand.h:74
@ SQLCOM_SHOW_STATUS_FUNC
Definition: my_sqlcommand.h:145
@ SQLCOM_SHOW_CREATE_FUNC
Definition: my_sqlcommand.h:143
@ SQLCOM_SHOW_CREATE_TRIGGER
Definition: my_sqlcommand.h:174
@ SQLCOM_SHOW_ENGINE_MUTEX
Definition: my_sqlcommand.h:66
@ SQLCOM_SHOW_PARSE_TREE
Definition: my_sqlcommand.h:206
@ SQLCOM_SHOW_PRIVILEGES
Definition: my_sqlcommand.h:129
@ SQLCOM_SHOW_BINLOGS
Definition: my_sqlcommand.h:115
@ SQLCOM_SHOW_BINLOG_EVENTS
Definition: my_sqlcommand.h:123
@ SQLCOM_SHOW_REPLICAS
Definition: my_sqlcommand.h:120
@ SQLCOM_SHOW_WARNS
Definition: my_sqlcommand.h:125
@ SQLCOM_SHOW_STATUS_PROC
Definition: my_sqlcommand.h:144
@ SQLCOM_SHOW_PLUGINS
Definition: my_sqlcommand.h:165
@ SQLCOM_SHOW_PROFILE
Definition: my_sqlcommand.h:175
@ SQLCOM_SHOW_DATABASES
Definition: my_sqlcommand.h:58
@ SQLCOM_SHOW_CHARSETS
Definition: my_sqlcommand.h:72
@ SQLCOM_SHOW_OPEN_TABLES
Definition: my_sqlcommand.h:116
@ SQLCOM_SHOW_TABLE_STATUS
Definition: my_sqlcommand.h:75
@ SQLCOM_SELECT
Definition: my_sqlcommand.h:47
@ SQLCOM_SHOW_ERRORS
Definition: my_sqlcommand.h:127
@ SQLCOM_SHOW_REPLICA_STATUS
Definition: my_sqlcommand.h:69
@ SQLCOM_SHOW_FIELDS
Definition: my_sqlcommand.h:60
@ SQLCOM_SHOW_CREATE_USER
Definition: my_sqlcommand.h:183
@ SQLCOM_SHOW_STATUS
Definition: my_sqlcommand.h:63
@ SQLCOM_SHOW_BINLOG_STATUS
Definition: my_sqlcommand.h:68
@ SQLCOM_SHOW_ENGINE_STATUS
Definition: my_sqlcommand.h:65
@ SQLCOM_SHOW_EVENTS
Definition: my_sqlcommand.h:173
@ SQLCOM_SHOW_CREATE_PROC
Definition: my_sqlcommand.h:142
@ SQLCOM_SHOW_COLLATIONS
Definition: my_sqlcommand.h:73
@ SQLCOM_SHOW_PROC_CODE
Definition: my_sqlcommand.h:159
@ SQLCOM_SHOW_FUNC_CODE
Definition: my_sqlcommand.h:160
@ SQLCOM_SHOW_KEYS
Definition: my_sqlcommand.h:61
@ SQLCOM_SHOW_TABLES
Definition: my_sqlcommand.h:59
@ SQLCOM_SHOW_VARIABLES
Definition: my_sqlcommand.h:62
@ SQLCOM_SHOW_CREATE_EVENT
Definition: my_sqlcommand.h:172
@ SQLCOM_SHOW_PROCESSLIST
Definition: my_sqlcommand.h:67
@ SQLCOM_SHOW_RELAYLOG_EVENTS
Definition: my_sqlcommand.h:179
@ SQLCOM_SHOW_STORAGE_ENGINES
Definition: my_sqlcommand.h:128
@ SQLCOM_SHOW_TRIGGERS
Definition: my_sqlcommand.h:76
@ SQLCOM_SHOW_CREATE
Definition: my_sqlcommand.h:71
@ SQLCOM_SHOW_PROFILES
Definition: my_sqlcommand.h:176
Common header for many mysys elements.
static my_thread_id thread_id
Definition: my_thr_init.cc:63
uint32 my_thread_id
Definition: my_thread_local.h:34
Interface for low level time utilities.
interval_type
Available interval types used in any statement.
Definition: my_time.h:455
@ INTERVAL_LAST
Definition: my_time.h:476
static bool column_names
Definition: mysql.cc:173
char * user
Definition: mysqladmin.cc:66
static bool ignore_errors
Definition: mysqlcheck.cc:62
static uint verbose
Definition: mysqlcheck.cc:66
static char * path
Definition: mysqldump.cc:149
static char * where
Definition: mysqldump.cc:152
static longlong opt_ignore_lines
Definition: mysqlimport.cc:85
static Secondary_engine * secondary_engine
Definition: mysqltest.cc:256
static char * opt_db
Definition: mysqltest.cc:196
const char * collation
Definition: audit_api_message_emit.cc:184
std::string str(const mysqlrouter::ConfigGenerator::Options::Endpoint &ep)
Definition: config_generator.cc:1081
static PFS_engine_table_share_proxy table
Definition: pfs.cc:61
const std::string charset("charset")
std::string dir
Double write files location.
Definition: buf0dblwr.cc:77
bool length(const dd::Spatial_reference_system *srs, const Geometry *g1, double *length, bool *null) noexcept
Computes the length of linestrings and multilinestrings.
Definition: length.cc:76
Provides atomic access in shared-exclusive modes.
Definition: shared_spin_lock.h:79
Definition: options.cc:57
Type
Definition: resource_group_basic_types.h:33
const char * table_name
Definition: rules_table_service.cc:56
Cursor end()
A past-the-end Cursor.
Definition: rules_table_service.cc:192
olap_type
Definition: olap.h:31
@ ROLLUP_TYPE
Definition: olap.h:31
Surrounding_context
Definition: parse_tree_node_base.h:101
bool contextualize_nodes(Mem_root_array_YY< Node_type * > nodes, Parse_context_type *pc)
Calls contextualize() on every node in the array.
Definition: parse_tree_nodes.h:149
PT_base_index_option * make_index_secondary_engine_attribute(MEM_ROOT *, LEX_CSTRING)
Factory function which instantiates PT_attribute with suitable parameters, allocates on the provided ...
Definition: parse_tree_nodes.cc:5106
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::row_type), HA_CREATE_USED_ROW_FORMAT > PT_create_row_format_option
Definition: parse_tree_nodes.h:2663
#define TYPE_AND_REF(x)
Definition: parse_tree_nodes.h:2587
Parse_tree_node_tmpl< Table_ddl_parse_context > Table_ddl_node
Base class for all table DDL (ALTER TABLE and CREATE TABLE) nodes.
Definition: parse_tree_nodes.h:213
decltype(HA_CREATE_INFO::table_options) table_options_t
Definition: parse_tree_nodes.h:2700
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::data_file_name), HA_CREATE_USED_DATADIR > PT_create_data_directory_option
Definition: parse_tree_nodes.h:2672
PT_index_option< ulong, &KEY_CREATE_INFO::block_size > PT_block_size
Definition: parse_tree_nodes.h:2398
PT_alter_tablespace_option_base * make_tablespace_engine_attribute(MEM_ROOT *, LEX_CSTRING)
Factory function which instantiates PT_attribute with suitable parameters, allocates on the provided ...
Definition: parse_tree_nodes.cc:4960
PT_index_option< LEX_CSTRING, &KEY_CREATE_INFO::comment > PT_index_comment
Definition: parse_tree_nodes.h:2400
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::connect_string), HA_CREATE_USED_CONNECTION > PT_create_connection_option
Definition: parse_tree_nodes.h:2684
Mem_root_array_YY< PT_base_index_option * > Index_options
Definition: parse_tree_nodes.h:2397
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::tablespace), HA_CREATE_USED_TABLESPACE > PT_create_tablespace_option
Definition: parse_tree_nodes.h:2680
PT_base_index_option * make_index_engine_attribute(MEM_ROOT *, LEX_CSTRING)
Factory function which instantiates PT_attribute with suitable parameters, allocates on the provided ...
Definition: parse_tree_nodes.cc:5086
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::index_file_name), HA_CREATE_USED_INDEXDIR > PT_create_index_directory_option
Definition: parse_tree_nodes.h:2676
PT_index_option< LEX_CSTRING, &KEY_CREATE_INFO::parser_name > PT_fulltext_index_parser_name
Definition: parse_tree_nodes.h:2402
PT_column_attr_base * make_column_engine_attribute(MEM_ROOT *, LEX_CSTRING)
Factory function which instantiates PT_attribute with suitable parameters, allocates on the provided ...
Definition: parse_tree_nodes.cc:5027
PT_create_table_option * make_table_engine_attribute(MEM_ROOT *, LEX_CSTRING)
Factory function which instantiates PT_attribute with suitable parameters, allocates on the provided ...
Definition: parse_tree_nodes.cc:4981
Parse_tree_node_tmpl< Alter_tablespace_parse_context > PT_alter_tablespace_option_base
Definition: parse_tree_nodes.h:5224
PT_traceable_index_option< ha_key_alg, &KEY_CREATE_INFO::algorithm, &KEY_CREATE_INFO::is_algorithm_explicit > PT_index_type
The data structure (B-tree, Hash, etc) used for an index is called 'index_type' in the manual.
Definition: parse_tree_nodes.h:2415
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::m_implicit_tablespace_autoextend_size), HA_CREATE_USED_AUTOEXTEND_SIZE > PT_create_ts_autoextend_size_option
Definition: parse_tree_nodes.h:2698
PT_column_attr_base * make_column_secondary_engine_attribute(MEM_ROOT *, LEX_CSTRING)
Factory function which instantiates PT_attribute with suitable parameters, allocates on the provided ...
Definition: parse_tree_nodes.cc:5057
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::key_block_size), HA_CREATE_USED_KEY_BLOCK_SIZE > PT_create_key_block_size_option
Definition: parse_tree_nodes.h:2688
PT_create_table_option * make_table_secondary_engine_attribute(MEM_ROOT *, LEX_CSTRING)
Factory function which instantiates PT_attribute with suitable parameters, allocates on the provided ...
Definition: parse_tree_nodes.cc:5004
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::m_transactional_ddl), HA_CREATE_USED_START_TRANSACTION > PT_create_start_transaction_option
Definition: parse_tree_nodes.h:2693
PT_index_option< bool, &KEY_CREATE_INFO::is_visible > PT_index_visibility
Definition: parse_tree_nodes.h:2403
PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::merge_insert_method), HA_CREATE_USED_INSERT_METHOD > PT_create_insert_method_option
Definition: parse_tree_nodes.h:2668
On_duplicate
Definition: parser_yystype.h:243
Locked_row_action
We will static_cast this one to thr_lock_type.
Definition: parser_yystype.h:214
Lock_strength
Definition: parser_yystype.h:211
PT_joined_table_type
Internally there is no CROSS JOIN join type, as cross joins are just a special case of inner joins wi...
Definition: parser_yystype.h:226
@ JTT_LEFT
Definition: parser_yystype.h:230
@ JTT_STRAIGHT_INNER
Definition: parser_yystype.h:233
@ JTT_NATURAL_LEFT
Definition: parser_yystype.h:235
@ JTT_NATURAL
Definition: parser_yystype.h:229
@ JTT_NATURAL_INNER
Definition: parser_yystype.h:234
@ JTT_NATURAL_RIGHT
Definition: parser_yystype.h:236
@ JTT_STRAIGHT
Definition: parser_yystype.h:228
@ JTT_RIGHT
Definition: parser_yystype.h:231
@ JTT_INNER
Definition: parser_yystype.h:227
Show_cmd_type
Definition: parser_yystype.h:261
Ternary_option
Definition: parser_yystype.h:241
const char * filename
Definition: pfs_example_component_population.cc:67
const mysql_service_registry_t * r
Definition: pfs_example_plugin_employee.cc:86
Query_term_type
This class hierarchy is used to represent SQL structures between <query expression> and <query specif...
Definition: query_term.h:89
required string type
Definition: replication_group_member_actions.proto:34
repeated Action action
Definition: replication_group_member_actions.proto:43
required bool enabled
Definition: replication_group_member_actions.proto:33
"public" interface to sys_var - server configuration variables.
enum_var_type
Definition: set_var.h:91
@ OPT_GLOBAL
Definition: set_var.h:94
@ OPT_SESSION
Definition: set_var.h:93
#define HA_CREATE_USED_COMPRESS
COMPRESSION="zlib|lz4|none" used during table create.
Definition: handler.h:769
#define HA_CREATE_USED_CONNECTION
Definition: handler.h:736
#define HA_CREATE_USED_INSERT_METHOD
Definition: handler.h:721
#define HA_CREATE_USED_PACK_KEYS
Definition: handler.h:725
#define HA_CREATE_USED_DATADIR
Definition: handler.h:728
#define HA_CREATE_USED_KEY_BLOCK_SIZE
Definition: handler.h:737
#define HA_CREATE_USED_INDEXDIR
Definition: handler.h:729
constexpr const uint64_t HA_CREATE_USED_AUTOEXTEND_SIZE
These flags convey that the options AUTOEXTEND_SIZE has been specified in the CREATE TABLE statement.
Definition: handler.h:811
#define HA_CREATE_USED_TABLESPACE
This is set whenever a 'TABLESPACE=...' phrase is used on CREATE TABLE.
Definition: handler.h:766
enum_tx_isolation
Definition: handler.h:3186
#define HA_CREATE_USED_ROW_FORMAT
Definition: handler.h:733
#define HA_CREATE_USED_ENCRYPT
ENCRYPTION="Y" used during table create.
Definition: handler.h:772
#define HA_CREATE_USED_DELAY_KEY_WRITE
Definition: handler.h:732
#define HA_CREATE_USED_MIN_ROWS
Definition: handler.h:722
#define HA_CREATE_USED_PASSWORD
Definition: handler.h:735
constexpr const uint64_t HA_CREATE_USED_START_TRANSACTION
This option is used to convey that the create table should not commit the operation and keep the tran...
Definition: handler.h:795
#define HA_CREATE_USED_COMMENT
Definition: handler.h:734
#define HA_CREATE_USED_MAX_ROWS
Definition: handler.h:723
#define HA_CREATE_USED_CHECKSUM
Definition: handler.h:731
#define HA_CREATE_USED_STATS_PERSISTENT
This is set whenever STATS_PERSISTENT=0|1|default has been specified in CREATE/ALTER TABLE.
Definition: handler.h:747
#define HA_CREATE_USED_AVG_ROW_LENGTH
Definition: handler.h:724
#define HA_CREATE_USED_AUTO
Definition: handler.h:718
alter_instance_action_enum
Definition: sql_admin.h:392
role_enum
Definition: sql_admin.h:255
This file declares the interface of classes Sql_cmd_create_srs and Sql_cmd_drop_srs,...
constexpr const long STACK_MIN_SIZE
Stack reservation.
Definition: sql_const.h:143
enum_filetype
Definition: sql_exchange.h:32
enum_source_type
Definition: sql_exchange.h:30
case opt name
Definition: sslopt-case.h:29
#define STRING_WITH_LEN(X)
Definition: string_with_len.h:29
Definition: parse_tree_nodes.h:5215
Alter_tablespace_parse_context(THD *thd, bool show_parse_tree=false)
Definition: parse_tree_nodes.cc:4857
THD *const thd
Definition: parse_tree_nodes.h:5216
MEM_ROOT *const mem_root
Definition: parse_tree_nodes.h:5217
Definition: m_ctype.h:423
Definition: parse_tree_nodes.h:3165
const LEX_STRING ident
Definition: parse_tree_nodes.h:3166
Dynamic_privilege(const LEX_STRING &ident, const Mem_root_array< LEX_CSTRING > *columns_arg)
Definition: parse_tree_nodes.h:3168
Helper for the sql_exchange class.
Definition: sql_exchange.h:53
void merge_field_separators(const Field_separators &s)
Definition: sql_exchange.h:63
uint sql_flags
Definition: handler.h:3793
uint flags
Definition: handler.h:3792
Struct to hold information about the table that should be created.
Definition: handler.h:3202
ulonglong auto_increment_value
Definition: handler.h:3241
bool m_transactional_ddl
Definition: handler.h:3279
enum row_type row_type
Row type of the table definition.
Definition: handler.h:3262
LEX_STRING compress
Algorithm (and possible options) to be used for InnoDB's transparent page compression.
Definition: handler.h:3218
LEX_STRING encrypt_type
This attribute is used for InnoDB's transparent page encryption.
Definition: handler.h:3226
ulong avg_row_length
Definition: handler.h:3243
const char * data_file_name
Definition: handler.h:3236
ulonglong m_implicit_tablespace_autoextend_size
Definition: handler.h:3284
ulong table_options
Definition: handler.h:3242
uint stats_sample_pages
Definition: handler.h:3248
uint merge_insert_method
Definition: handler.h:3265
LEX_STRING connect_string
Definition: handler.h:3206
const char * tablespace
Definition: handler.h:3208
ulonglong max_rows
Definition: handler.h:3239
const char * password
Definition: handler.h:3207
ha_storage_media storage_media
Definition: handler.h:3266
LEX_STRING comment
Definition: handler.h:3209
const char * index_file_name
Definition: handler.h:3237
std::uint32_t key_block_size
Definition: handler.h:3247
ulonglong min_rows
Definition: handler.h:3240
uint64_t used_fields
Definition: handler.h:3244
Definition: parser_yystype.h:189
bool is_offset_first
Definition: parser_yystype.h:195
Helper for the sql_exchange class.
Definition: sql_exchange.h:38
void merge_line_separators(const Line_separators &s)
Definition: sql_exchange.h:43
Definition: thr_lock.h:99
The MEM_ROOT is a simple arena, where allocations are carved out of larger blocks.
Definition: my_alloc.h:83
Definition: mysql_lex_string.h:40
const char * str
Definition: mysql_lex_string.h:41
Definition: mysql_lex_string.h:35
char * str
Definition: mysql_lex_string.h:36
Bison "location" class.
Definition: parse_location.h:43
const char * used_alias
Tells whether this ORDER element was referenced with an alias or with an expression in the query,...
Definition: table.h:324
Item * item_initial
The initial ordering expression.
Definition: table.h:303
ORDER * next
Definition: table.h:290
enum_order direction
Definition: table.h:315
table_map used
Definition: table.h:336
Definition: parse_tree_node_base.h:403
Environment data for the contextualization phase.
Definition: parse_tree_node_base.h:420
THD *const thd
Current thread handler.
Definition: parse_tree_node_base.h:421
MEM_ROOT * mem_root
Current MEM_ROOT.
Definition: parse_tree_node_base.h:422
This class is used for representing both static and dynamic privileges on global as well as table and...
Definition: parse_tree_nodes.h:3147
const Mem_root_array< LEX_CSTRING > * columns
Definition: parse_tree_nodes.h:3151
Privilege(privilege_type type, const Mem_root_array< LEX_CSTRING > *columns)
Definition: parse_tree_nodes.h:3153
privilege_type
Definition: parse_tree_nodes.h:3148
@ STATIC
Definition: parse_tree_nodes.h:3148
@ DYNAMIC
Definition: parse_tree_nodes.h:3148
privilege_type type
Definition: parse_tree_nodes.h:3150
Info on properties that can be set with '–disable_X' and '–disable_X' commands.
Definition: mysqltest.cc:277
Definition: parse_tree_node_base.h:115
Definition: parser_yystype.h:198
Definition: sql_cmd_srs.h:41
Definition: parse_tree_nodes.h:3158
const uint grant
Definition: parse_tree_nodes.h:3159
Static_privilege(uint grant, const Mem_root_array< LEX_CSTRING > *columns_arg)
Definition: parse_tree_nodes.h:3161
Parse context for the table DDL (ALTER TABLE and CREATE TABLE) nodes.
Definition: parse_tree_nodes.h:202
HA_CREATE_INFO *const create_info
Definition: parse_tree_nodes.h:205
Alter_info *const alter_info
Definition: parse_tree_nodes.h:206
Table_ddl_parse_context(THD *thd_arg, Query_block *select_arg, Alter_info *alter_info)
Definition: parse_tree_nodes.cc:153
KEY_CREATE_INFO *const key_create_info
Definition: parse_tree_nodes.h:207
Structure used by parser to store options for tablespace statements and pass them on to Execution cla...
Definition: sql_tablespace.h:43
ulonglong redo_buffer_size
Definition: sql_tablespace.h:46
ulonglong undo_buffer_size
Definition: sql_tablespace.h:45
ulonglong file_block_size
Definition: sql_tablespace.h:50
std::optional< ulonglong > autoextend_size
Definition: sql_tablespace.h:48
uint nodegroup_id
Definition: sql_tablespace.h:51
LEX_STRING ts_comment
Definition: sql_tablespace.h:53
LEX_STRING encryption
Definition: sql_tablespace.h:55
ulonglong max_size
Definition: sql_tablespace.h:49
LEX_CSTRING engine_name
Definition: sql_tablespace.h:54
ulonglong initial_size
Definition: sql_tablespace.h:47
bool wait_until_completed
Definition: sql_tablespace.h:52
ulonglong extent_size
Definition: sql_tablespace.h:44
Definition: parser_yystype.h:323
Explain_format_type
Values for explain_format sysvar.
Definition: system_variables.h:115
tablesample_type
Definition: tablesample.h:27
thr_lock_type
Definition: thr_lock.h:51
@ TL_WRITE
Definition: thr_lock.h:92
@ TL_READ_WITH_SHARED_LOCKS
Definition: thr_lock.h:63
@ TL_IGNORE
Definition: thr_lock.h:52
thr_locked_row_action
Definition: thr_lock.h:97
command
Definition: version_token.cc:280
enum_window_frame_exclusion
Cf.
Definition: window_lex.h:48
enum_window_frame_unit
Cf.
Definition: window_lex.h:31
enum_window_border_type
Cf.
Definition: window_lex.h:37
@ WBT_VALUE_FOLLOWING
Definition: window_lex.h:40
@ WBT_VALUE_PRECEDING
Definition: window_lex.h:39