diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-02-22 14:13:53 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-04-05 15:02:58 +0400 |
commit | 29e7cf01c3edd638c2bd567d49d053598b442044 (patch) | |
tree | c30e7fe4c5fe179cce81022644612abb93e23f68 /sql/sql_lex.h | |
parent | 839e0947eea1660aa437b77520388e062bac4f63 (diff) | |
download | mariadb-git-29e7cf01c3edd638c2bd567d49d053598b442044.tar.gz |
MDEV-12107 sql_mode=ORACLE: Inside routines the CALL keywoard is optional
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 794e6b44702..5fec0bdbb28 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -3099,6 +3099,8 @@ public: bool set_system_variable(struct sys_var_with_base *tmp, enum enum_var_type var_type, Item *val); void set_stmt_init(); + sp_name *make_sp_name(THD *thd, LEX_STRING &name); + sp_name *make_sp_name(THD *thd, LEX_STRING &name1, LEX_STRING &name2); sp_head *make_sp_head(THD *thd, sp_name *name, enum stored_procedure_type type); sp_head *make_sp_head_no_recursive(THD *thd, sp_name *name, |