mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
change structure of udf_func and parameter of functions mysql_drop_func and add_func (SCRUM)
This commit is contained in:
@ -2583,7 +2583,7 @@ mysql_execute_command(THD *thd)
|
||||
if (check_access(thd,DELETE_ACL,"mysql",0,1))
|
||||
break;
|
||||
#ifdef HAVE_DLOPEN
|
||||
if (!(res = mysql_drop_function(thd,lex->udf.name)))
|
||||
if (!(res = mysql_drop_function(thd,&lex->udf.name)))
|
||||
send_ok(thd);
|
||||
#else
|
||||
res= -1;
|
||||
|
Reference in New Issue
Block a user