summaryrefslogtreecommitdiff
path: root/sql/sql_parse.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2015-11-24 12:44:35 +0400
committerAlexander Barkov <bar@mariadb.org>2015-11-24 12:44:35 +0400
commit80ca997faa4894d39cf354c62293d2e2213de9f5 (patch)
tree6514685ce5304d0a82dc1c9f1db6cbace401cc47 /sql/sql_parse.h
parent58a6b9ebffc88c38251d55338247c3d936b55c30 (diff)
downloadmariadb-git-80ca997faa4894d39cf354c62293d2e2213de9f5.tar.gz
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
Diffstat (limited to 'sql/sql_parse.h')
-rw-r--r--sql/sql_parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_parse.h b/sql/sql_parse.h
index c3c47567cf5..6cb49f267d2 100644
--- a/sql/sql_parse.h
+++ b/sql/sql_parse.h
@@ -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);