mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
Made UDFs work again.
This commit is contained in:
parent
95a34bd83f
commit
3fefe780ff
1 changed files with 1 additions and 1 deletions
|
@ -3089,7 +3089,7 @@ mysql_execute_command(THD *thd)
|
|||
if (check_access(thd,INSERT_ACL,"mysql",0,1,0))
|
||||
break;
|
||||
#ifdef HAVE_DLOPEN
|
||||
if (!(sph= sp_find_function(thd, &lex->udf.name)))
|
||||
if ((sph= sp_find_function(thd, &lex->udf.name)))
|
||||
{
|
||||
net_printf(thd, ER_UDF_EXISTS, lex->udf.name.str);
|
||||
goto error;
|
||||
|
|
Loading…
Reference in a new issue