mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix for bug#2586 Disallow global/session/local as structured var. instance names
This commit is contained in:
@ -751,6 +751,9 @@ bool open_log(MYSQL_LOG *log, const char *hostname,
|
||||
/* mysqld.cc */
|
||||
extern void yyerror(const char*);
|
||||
|
||||
/* item_func.cc */
|
||||
extern bool check_reserved_words(LEX_STRING *name);
|
||||
|
||||
/* strfunc.cc */
|
||||
ulonglong find_set(TYPELIB *typelib,const char *x, uint length,
|
||||
char **err_pos, uint *err_len, bool *set_warning);
|
||||
|
Reference in New Issue
Block a user