This commit is contained in:
hf@deer.(none) 2005-07-27 12:39:49 +05:00
commit b17a35e06f

View File

@ -3645,6 +3645,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(thd, ER_CANT_OPEN_LIBRARY, lex->udf.dl, 0, "feature disabled");
res= TRUE; res= TRUE;
#endif #endif
break; break;