1
0
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:
wax@mysql.com
2003-01-09 18:09:21 +05:00
parent e4b9df7ba5
commit aeff9672f2
5 changed files with 35 additions and 35 deletions

View File

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