1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-12107 sql_mode=ORACLE: Inside routines the CALL keywoard is optional

This commit is contained in:
Alexander Barkov
2017-02-22 14:13:53 +04:00
parent 839e0947ee
commit 29e7cf01c3
6 changed files with 119 additions and 35 deletions

View File

@@ -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,