1
0
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:
gluh@gluh.mysql.r18.ru
2004-03-16 14:01:05 +04:00
parent ac8c1cc4be
commit 8ba33d7dd3
5 changed files with 48 additions and 0 deletions

View File

@ -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);