mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +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:
@@ -7371,13 +7371,6 @@ bool mysql_test_parse_for_slave(THD *thd, char *rawbuf, uint length)
|
||||
#endif
|
||||
|
||||
|
||||
/** Store position for column in ALTER TABLE .. ADD column. */
|
||||
|
||||
void store_position_for_column(const char *name)
|
||||
{
|
||||
current_thd->lex->last_field->after=(char*) (name);
|
||||
}
|
||||
|
||||
bool
|
||||
add_proc_to_list(THD* thd, Item *item)
|
||||
{
|
||||
|
Reference in New Issue
Block a user