Commit 2cc508b3 authored by acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar acurtis/antony@xiphis.org/ltamd64.xiphis.org
Browse files

fix pushbuild failures

parent fbcd70a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2585,6 +2585,7 @@ int ha_federated::info(uint flag)
    my_error(error_code, MYF(0), error_buffer);
  }
  else
  if (remote_error_number != -1 /* error already reported */)
  {
    error_code= remote_error_number;
    my_error(error_code, MYF(0), ER(error_code));