mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4rw
This commit is contained in:
@ -2705,7 +2705,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