mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #38159: Function parsing problem generates misleading error message
Added a more detailed error message on calling an ambiguous missing function.
This commit is contained in:
@ -1390,3 +1390,5 @@ extern void lex_end(LEX *lex);
|
||||
extern int MYSQLlex(void *arg, void *yythd);
|
||||
extern char *skip_rear_comments(CHARSET_INFO *cs, char *begin, char *end);
|
||||
|
||||
extern bool is_lex_native_function(const LEX_STRING *name);
|
||||
int my_missing_function_error(const LEX_STRING &token, const char *name);
|
||||
|
Reference in New Issue
Block a user