|
class | Parse_tree_root |
| Base class for all top-level nodes of SQL statements. More...
|
|
class | PT_table_ddl_stmt_base |
|
struct | Table_ddl_parse_context |
| Parse context for the table DDL (ALTER TABLE and CREATE TABLE) nodes. More...
|
|
class | PT_order_expr |
|
class | PT_order_list |
|
class | PT_gorder_list |
|
class | PT_common_table_expr |
| Represents an element of the WITH list: WITH [...], [...] SELECT ..., ^ or ^ i.e. More...
|
|
class | PT_with_list |
| Represents the WITH list. More...
|
|
class | PT_with_clause |
| Represents the WITH clause: WITH [...], [...] SELECT ..., ^^^^^^^^^^^^^^^^^. More...
|
|
class | PT_select_item_list |
|
class | PT_limit_clause |
|
class | PT_table_reference |
|
class | PT_table_factor_table_ident |
|
class | PT_json_table_column |
|
class | PT_table_factor_function |
|
class | PT_table_reference_list_parens |
|
class | PT_derived_table |
|
class | PT_table_factor_joined_table |
|
class | PT_joined_table |
|
class | PT_cross_join |
|
class | PT_joined_table_on |
|
class | PT_joined_table_using |
|
class | PT_tablesample |
|
class | PT_group |
|
class | PT_order |
|
class | PT_locking_clause |
|
class | PT_query_block_locking_clause |
|
class | PT_table_locking_clause |
|
class | PT_locking_clause_list |
|
class | PT_query_expression_body |
|
class | PT_set_scoped_system_variable |
|
class | PT_option_value_no_option_type |
|
class | PT_set_variable |
|
class | PT_option_value_no_option_type_user_var |
|
class | PT_set_system_variable |
|
class | PT_option_value_no_option_type_charset |
|
class | PT_option_value_no_option_type_names |
|
class | PT_set_names |
|
class | PT_start_option_value_list |
|
class | PT_option_value_no_option_type_password |
|
class | PT_option_value_no_option_type_password_for |
|
class | PT_option_value_type |
|
class | PT_option_value_list_head |
|
class | PT_option_value_list |
|
class | PT_start_option_value_list_no_type |
|
class | PT_transaction_characteristic |
|
class | PT_transaction_access_mode |
|
class | PT_isolation_level |
|
class | PT_transaction_characteristics |
|
class | PT_start_option_value_list_transaction |
|
class | PT_start_option_value_list_following_option_type |
|
class | PT_start_option_value_list_following_option_type_eq |
|
class | PT_start_option_value_list_following_option_type_transaction |
|
class | PT_start_option_value_list_type |
|
class | PT_set |
|
class | PT_into_destination |
|
class | PT_into_destination_outfile |
|
class | PT_into_destination_dumpfile |
|
class | PT_select_var |
|
class | PT_select_sp_var |
|
class | PT_select_var_list |
|
class | PT_border |
| Parse tree node for a single of a window extent's borders, cf. More...
|
|
class | PT_borders |
| Parse tree node for one or both of a window extent's borders, cf. More...
|
|
class | PT_exclusion |
| Parse tree node for a window frame's exclusions, cf. More...
|
|
class | PT_frame |
| Parse tree node for a window's frame, cf. More...
|
|
class | PT_query_primary |
|
class | PT_query_specification |
|
class | PT_table_value_constructor |
|
class | PT_explicit_table |
|
class | PT_query_expression |
|
class | PT_locking |
|
class | PT_subquery |
|
class | PT_set_operation |
|
class | PT_union |
|
class | PT_except |
|
class | PT_intersect |
|
class | PT_select_stmt |
|
class | PT_delete |
| Top-level node for the DELETE statement. More...
|
|
class | PT_update |
| Top-level node for the UPDATE statement. More...
|
|
class | PT_insert_values_list |
|
class | PT_insert |
| Top-level node for the INSERT statement. More...
|
|
class | PT_call |
|
class | PT_shutdown |
| Top-level node for the SHUTDOWN statement. More...
|
|
class | PT_create_srs |
| Top-level node for the CREATE [OR REPLACE] SPATIAL REFERENCE SYSTEM statement. More...
|
|
class | PT_drop_srs |
| Top-level node for the DROP SPATIAL REFERENCE SYSTEM statement. More...
|
|
class | PT_alter_instance |
| Top-level node for the ALTER INSTANCE statement. More...
|
|
class | PT_base_index_option |
| A template-free base class for index options that we can predeclare in sql_lex.h. More...
|
|
class | PT_key_part_specification |
| A key part specification. More...
|
|
class | PT_index_option< Option_type, Property > |
| A template for options that set a single <alter option> value in thd->lex->key_create_info. More...
|
|
class | PT_traceable_index_option< Option_type, Property, Property_is_explicit > |
| A template for options that set a single property in a KEY_CREATE_INFO, and also records if the option was explicitly set. More...
|
|
class | PT_create_index_stmt |
|
class | PT_table_element |
| Base class for column/constraint definitions in CREATE TABLE. More...
|
|
class | PT_table_constraint_def |
|
class | PT_inline_index_definition |
|
class | PT_foreign_key_definition |
|
class | PT_ddl_table_option |
| Common base class for CREATE TABLE and ALTER TABLE option nodes. More...
|
|
class | PT_create_table_option |
| Base class for CREATE TABLE option nodes. More...
|
|
class | PT_traceable_create_table_option< Option_type, Property, Property_flag > |
| A template for options that set a single property in HA_CREATE_INFO, and also records if the option was explicitly set. More...
|
|
class | PT_ternary_create_table_option< Property_flag, Default, Yes, No > |
| A template for options that set HA_CREATE_INFO::table_options and also records if the option was explicitly set. More...
|
|
class | PT_bool_create_table_option< Property_flag, Yes, No > |
| A template for options that set HA_CREATE_INFO::table_options and also records if the option was explicitly set. More...
|
|
class | PT_create_table_engine_option |
| Node for the ENGINE [=] <identifier>|<string> table option. More...
|
|
class | PT_create_table_secondary_engine_option |
| Node for the SECONDARY_ENGINE [=] <identifier>|<string>|NULL table option. More...
|
|
class | PT_create_stats_auto_recalc_option |
| Node for the STATS_AUTO_RECALC [=] <0|1|DEFAULT>) table option. More...
|
|
class | PT_create_stats_stable_pages |
| Node for the STATS_SAMPLE_PAGES [=] <integer>|DEFAULT table option. More...
|
|
class | PT_create_union_option |
|
class | PT_create_storage_option |
|
class | PT_create_table_default_charset |
|
class | PT_create_table_default_collation |
|
class | PT_check_constraint |
|
class | PT_column_def |
|
class | PT_create_table_stmt |
| Top-level node for the CREATE TABLE statement. More...
|
|
class | PT_create_role |
|
class | PT_drop_role |
|
class | PT_set_role |
|
struct | Privilege |
| This class is used for representing both static and dynamic privileges on global as well as table and column level. More...
|
|
struct | Static_privilege |
|
struct | Dynamic_privilege |
|
class | PT_role_or_privilege |
|
class | PT_role_at_host |
|
class | PT_role_or_dynamic_privilege |
|
class | PT_static_privilege |
|
class | PT_dynamic_privilege |
|
class | PT_grant_roles |
|
class | PT_revoke_roles |
|
class | PT_alter_user_default_role |
|
class | PT_show_base |
| Base class for Parse tree nodes of SHOW statements. More...
|
|
class | PT_show_filter_base |
| Base class for Parse tree nodes of SHOW statements with LIKE/WHERE parameter. More...
|
|
class | PT_show_schema_base |
| Base class for Parse tree nodes of SHOW statements with schema parameter. More...
|
|
class | PT_show_table_base |
| Base class for Parse tree nodes of SHOW COLUMNS/SHOW INDEX statements. More...
|
|
class | PT_show_routine_code |
| Parse tree node for SHOW FUNCTION/PROCEDURE CODE statements. More...
|
|
class | PT_show_binlog_events |
| Parse tree node for SHOW BINLOG EVENTS statement. More...
|
|
class | PT_show_binlogs |
| Parse tree node for SHOW BINLOGS statement. More...
|
|
class | PT_show_charsets |
| Parse tree node for SHOW CHARACTER SET statement. More...
|
|
class | PT_show_collations |
| Parse tree node for SHOW COLLATIONS statement. More...
|
|
class | PT_show_count_base |
| Base class for Parse tree nodes of SHOW COUNT(*) { WARNINGS | ERRORS } statements. More...
|
|
class | PT_show_count_errors |
| Parse tree node for SHOW COUNT(*) ERRORS. More...
|
|
class | PT_show_count_warnings |
| Parse tree node for SHOW COUNT(*) WARNINGS. More...
|
|
class | PT_show_create_database |
| Parse tree node for SHOW CREATE DATABASE statement. More...
|
|
class | PT_show_create_event |
| Parse tree node for SHOW CREATE EVENT statement. More...
|
|
class | PT_show_create_function |
| Parse tree node for SHOW CREATE FUNCTION statement. More...
|
|
class | PT_show_create_procedure |
| Parse tree node for SHOW CREATE PROCEDURE statement. More...
|
|
class | PT_show_create_table |
| Parse tree node for SHOW CREATE TABLE and VIEW statements. More...
|
|
class | PT_show_create_trigger |
| Parse tree node for SHOW CREATE TRIGGER statement. More...
|
|
class | PT_show_create_user |
| Parse tree node for SHOW CREATE USER statement. More...
|
|
class | PT_show_create_view |
| Parse tree node for SHOW CREATE VIEW statement. More...
|
|
class | PT_show_databases |
| Parse tree node for SHOW DATABASES statement. More...
|
|
class | PT_show_engine_base |
| Parse tree node for SHOW ENGINE statements. More...
|
|
class | PT_show_engine_logs |
| Parse tree node for SHOW ENGINE LOGS statement. More...
|
|
class | PT_show_engine_mutex |
| Parse tree node for SHOW ENGINE MUTEX statement. More...
|
|
class | PT_show_engine_status |
| Parse tree node for SHOW ENGINE STATUS statement. More...
|
|
class | PT_show_engines |
| Parse tree node for SHOW ENGINES statement. More...
|
|
class | PT_show_errors |
| Parse tree node for SHOW ERRORS statement. More...
|
|
class | PT_show_events |
| Parse tree node for SHOW EVENTS statement. More...
|
|
class | PT_show_fields |
| Parse tree node for SHOW COLUMNS statement. More...
|
|
class | PT_show_function_code |
| Parse tree node for SHOW FUNCTION CODE statement. More...
|
|
class | PT_show_grants |
| Parse tree node for SHOW GRANTS statement. More...
|
|
class | PT_show_keys |
| Parse tree node for SHOW INDEX statement. More...
|
|
class | PT_show_binary_log_status |
| Parse tree node for SHOW BINARY LOG STATUS statement. More...
|
|
class | PT_show_open_tables |
| Parse tree node for SHOW OPEN TABLES statement. More...
|
|
class | PT_show_plugins |
| Parse tree node for SHOW PLUGINS statement. More...
|
|
class | PT_show_privileges |
| Parse tree node for SHOW PRIVILEGES statement. More...
|
|
class | PT_show_parse_tree |
| Parse tree node for SHOW PARSE_TREE statement. More...
|
|
class | PT_show_procedure_code |
| Parse tree node for SHOW FUNCTION CODE statement. More...
|
|
class | PT_show_processlist |
| Parse tree node for SHOW PROCESSLIST statement. More...
|
|
class | PT_show_profile |
| Parse tree node for SHOW PROFILE statement. More...
|
|
class | PT_show_profiles |
| Parse tree node for SHOW PROFILES statement. More...
|
|
class | PT_show_relaylog_events |
| Parse tree node for SHOW RELAYLOG EVENTS statement. More...
|
|
class | PT_show_replicas |
| Parse tree node for SHOW REPLICAS statement. More...
|
|
class | PT_show_replica_status |
| Parse tree node for SHOW REPLICA STATUS statement. More...
|
|
class | PT_show_status |
| Parse tree node for SHOW STATUS statement. More...
|
|
class | PT_show_status_func |
| Parse tree node for SHOW STATUS FUNCTION statement. More...
|
|
class | PT_show_status_proc |
| Parse tree node for SHOW STATUS PROCEDURE statement. More...
|
|
class | PT_show_table_status |
| Parse tree node for SHOW TABLE STATUS statement. More...
|
|
class | PT_show_tables |
| Parse tree node for SHOW TABLES statement. More...
|
|
class | PT_show_triggers |
| Parse tree node for SHOW TRIGGERS statement. More...
|
|
class | PT_show_variables |
| Parse tree node for SHOW VARIABLES statement. More...
|
|
class | PT_show_warnings |
| Parse tree node for SHOW WARNINGS statement. More...
|
|
class | PT_alter_table_action |
|
class | PT_alter_table_add_column |
|
class | PT_alter_table_add_columns |
|
class | PT_alter_table_add_constraint |
|
class | PT_alter_table_change_column |
|
class | PT_alter_table_drop |
|
class | PT_alter_table_drop_column |
|
class | PT_alter_table_drop_foreign_key |
|
class | PT_alter_table_drop_key |
|
class | PT_alter_table_drop_check_constraint |
|
class | PT_alter_table_drop_constraint |
|
class | PT_alter_table_enforce_constraint |
|
class | PT_alter_table_enforce_check_constraint |
|
class | PT_alter_table_enable_keys |
|
class | PT_alter_table_set_default |
|
class | PT_alter_table_column_visibility |
|
class | PT_alter_table_index_visible |
|
class | PT_alter_table_rename |
|
class | PT_alter_table_rename_key |
|
class | PT_alter_table_rename_column |
|
class | PT_alter_table_convert_to_charset |
|
class | PT_alter_table_force |
|
class | PT_alter_table_order |
|
class | PT_alter_table_partition_by |
|
class | PT_alter_table_remove_partitioning |
|
class | PT_alter_table_standalone_action |
|
class | PT_alter_table_add_partition |
| Node for the ALTER TABLE ADD PARTITION statement. More...
|
|
class | PT_alter_table_add_partition_def_list |
| Node for the ALTER TABLE ADD PARTITION (<partition list>) statement. More...
|
|
class | PT_alter_table_add_partition_num |
| Node for the ALTER TABLE ADD PARTITION PARTITIONS (<n>@) statement. More...
|
|
class | PT_alter_table_drop_partition |
|
class | PT_alter_table_partition_list_or_all |
|
class | PT_alter_table_rebuild_partition |
|
class | PT_alter_table_optimize_partition |
|
class | PT_alter_table_analyze_partition |
|
class | PT_alter_table_check_partition |
|
class | PT_alter_table_repair_partition |
|
class | PT_alter_table_coalesce_partition |
|
class | PT_alter_table_truncate_partition |
|
class | PT_alter_table_reorganize_partition |
|
class | PT_alter_table_reorganize_partition_into |
|
class | PT_alter_table_exchange_partition |
|
class | PT_alter_table_secondary_load |
|
class | PT_alter_table_secondary_unload |
|
class | PT_alter_table_discard_partition_tablespace |
|
class | PT_alter_table_import_partition_tablespace |
|
class | PT_alter_table_discard_tablespace |
|
class | PT_alter_table_import_tablespace |
|
class | PT_alter_table_stmt |
|
class | PT_alter_table_standalone_stmt |
|
class | PT_repair_table_stmt |
|
class | PT_analyze_table_stmt |
|
class | PT_check_table_stmt |
|
class | PT_optimize_table_stmt |
|
class | PT_drop_index_stmt |
|
class | PT_truncate_table_stmt |
|
class | PT_assign_to_keycache |
|
class | PT_adm_partition |
|
class | PT_cache_index_stmt |
|
class | PT_cache_index_partitions_stmt |
|
class | PT_preload_keys |
|
class | PT_load_index_partitions_stmt |
|
class | PT_load_index_stmt |
|
class | PT_json_table_column_for_ordinality |
|
class | PT_json_table_column_with_path |
|
class | PT_json_table_column_with_nested_path |
|
struct | Alter_tablespace_parse_context |
|
class | PT_alter_tablespace_option< Option_type, Option > |
|
class | PT_alter_tablespace_option_nodegroup |
|
class | PT_alter_tablespace_option_comment |
|
class | PT_alter_tablespace_option_engine |
|
class | PT_alter_tablespace_option_file_block_size |
|
class | PT_create_resource_group |
| Parse tree node for CREATE RESOURCE GROUP statement. More...
|
|
class | PT_alter_resource_group |
| Parse tree node for ALTER RESOURCE GROUP statement. More...
|
|
class | PT_drop_resource_group |
| Parse tree node for DROP RESOURCE GROUP statement. More...
|
|
class | PT_set_resource_group |
| Parse tree node for SET RESOURCE GROUP statement. More...
|
|
class | PT_explain_for_connection |
|
class | PT_explain |
|
class | PT_load_table |
|
class | PT_restart_server |
| Top-level node for the SHUTDOWN statement. More...
|
|
class | PT_install_component |
|
|
typedef Parse_tree_node_tmpl< Table_ddl_parse_context > | Table_ddl_node |
| Base class for all table DDL (ALTER TABLE and CREATE TABLE) nodes. More...
|
|
typedef Mem_root_array_YY< PT_base_index_option * > | Index_options |
|
typedef PT_index_option< ulong, &KEY_CREATE_INFO::block_size > | PT_block_size |
|
typedef PT_index_option< LEX_CSTRING, &KEY_CREATE_INFO::comment > | PT_index_comment |
|
typedef PT_index_option< LEX_CSTRING, &KEY_CREATE_INFO::parser_name > | PT_fulltext_index_parser_name |
|
typedef PT_index_option< bool, &KEY_CREATE_INFO::is_visible > | PT_index_visibility |
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::row_type), HA_CREATE_USED_ROW_FORMAT > | PT_create_row_format_option |
|
typedef PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::merge_insert_method), HA_CREATE_USED_INSERT_METHOD > | PT_create_insert_method_option |
|
typedef PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::data_file_name), HA_CREATE_USED_DATADIR > | PT_create_data_directory_option |
|
typedef PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::index_file_name), HA_CREATE_USED_INDEXDIR > | PT_create_index_directory_option |
|
typedef PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::tablespace), HA_CREATE_USED_TABLESPACE > | PT_create_tablespace_option |
|
typedef PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::connect_string), HA_CREATE_USED_CONNECTION > | PT_create_connection_option |
|
typedef 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 |
|
typedef PT_traceable_create_table_option< TYPE_AND_REF(HA_CREATE_INFO::m_transactional_ddl), HA_CREATE_USED_START_TRANSACTION > | PT_create_start_transaction_option |
|
typedef 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 |
|
typedef decltype(HA_CREATE_INFO::table_options) | table_options_t |
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef 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. More...
|
|
typedef Parse_tree_node_tmpl< Alter_tablespace_parse_context > | PT_alter_tablespace_option_base |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::autoextend_size), &Tablespace_options::autoextend_size > | PT_alter_tablespace_option_autoextend_size |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::extent_size), &Tablespace_options::extent_size > | PT_alter_tablespace_option_extent_size |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::initial_size), &Tablespace_options::initial_size > | PT_alter_tablespace_option_initial_size |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::max_size), &Tablespace_options::max_size > | PT_alter_tablespace_option_max_size |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::redo_buffer_size), &Tablespace_options::redo_buffer_size > | PT_alter_tablespace_option_redo_buffer_size |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::undo_buffer_size), &Tablespace_options::undo_buffer_size > | PT_alter_tablespace_option_undo_buffer_size |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::wait_until_completed), &Tablespace_options::wait_until_completed > | PT_alter_tablespace_option_wait_until_completed |
|
typedef PT_alter_tablespace_option< decltype(Tablespace_options::encryption), &Tablespace_options::encryption > | PT_alter_tablespace_option_encryption |
|
|
template<class Node_type , class Parse_context_type > |
bool | contextualize_nodes (Mem_root_array_YY< Node_type * > nodes, Parse_context_type *pc) |
| Calls contextualize() on every node in the array. More...
|
|
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 mem_root, and returns the appropriate base pointer. More...
|
|
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 mem_root, and returns the appropriate base pointer. More...
|
|
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 mem_root, and returns the appropriate base pointer. More...
|
|
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 mem_root, and returns the appropriate base pointer. More...
|
|
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 mem_root, and returns the appropriate base pointer. More...
|
|
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 mem_root, and returns the appropriate base pointer. More...
|
|
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 mem_root, and returns the appropriate base pointer. More...
|
|