Commit b17a35e0 authored by hf@deer.(none)'s avatar hf@deer.(none)

Merge

parents 6d6d90d2 475566aa
......@@ -3645,6 +3645,7 @@ mysql_execute_command(THD *thd)
if (!(res = mysql_create_function(thd, &lex->udf)))
send_ok(thd);
#else
net_printf(thd, ER_CANT_OPEN_LIBRARY, lex->udf.dl, 0, "feature disabled");
res= TRUE;
#endif
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment