Commit 62aad333 authored by unknown's avatar unknown
Browse files

Merging


sql/sql_parse.cc:
  error function changed
parent ed7a5018
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3645,7 +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");
    net_printf_error(thd, ER_CANT_OPEN_LIBRARY, lex->udf.dl, 0, "feature disabled");
    res= TRUE;
#endif
    break;