1
0
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:
wax@mysql.com
2003-01-30 21:15:21 +05:00
5 changed files with 35 additions and 36 deletions

View File

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