mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Changing %type of opt_place from <NONE> to <const_simple_string>.
A prerequisite change for: - MDEV-8093 sql_yacc.yy: add %type create_field for field_spec and column_def - MDEV-8094 sql_yacc.yy: get rid of the rules "opt_if_not_exists_table_element" and "opt_if_exists_table_element" - MDEV-8095 Split Create_field
This commit is contained in:
@ -115,7 +115,6 @@ bool add_proc_to_list(THD *thd, Item *item);
|
||||
bool push_new_name_resolution_context(THD *thd,
|
||||
TABLE_LIST *left_op,
|
||||
TABLE_LIST *right_op);
|
||||
void store_position_for_column(const char *name);
|
||||
void init_update_queries(void);
|
||||
bool check_simple_select();
|
||||
Item *normalize_cond(THD *thd, Item *cond);
|
||||
|
Reference in New Issue
Block a user