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

error message fixed

parent 8439de17
...@@ -3638,7 +3638,7 @@ end_with_restore_list: ...@@ -3638,7 +3638,7 @@ end_with_restore_list:
if (!(res = mysql_create_function(thd, &lex->udf))) if (!(res = mysql_create_function(thd, &lex->udf)))
send_ok(thd); send_ok(thd);
#else #else
net_printf_error(thd, ER_CANT_OPEN_LIBRARY, lex->udf.dl, 0, "feature disabled"); my_error(ER_CANT_OPEN_LIBRARY, MYF(0), lex->udf.dl, 0, "feature disabled");
res= TRUE; res= TRUE;
#endif #endif
break; 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