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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user