mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-31174 New class Native_functions_hash
This commit is contained in:
@@ -943,7 +943,7 @@ bool is_lex_native_function(const LEX_CSTRING *name)
|
||||
|
||||
bool is_native_function(THD *thd, const LEX_CSTRING *name)
|
||||
{
|
||||
if (find_native_function_builder(thd, name))
|
||||
if (native_functions_hash.find(thd, *name))
|
||||
return true;
|
||||
|
||||
if (is_lex_native_function(name))
|
||||
|
Reference in New Issue
Block a user