mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02: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:
parent
58a6b9ebff
commit
80ca997faa
3 changed files with 10 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue