Commit ff604cb7 authored by unknown's avatar unknown
Browse files

ndb -

  ndb_restore Return OK even if temporary errors
    (otherwise mysql-test-run/ndb_restore can fail on really slow machines)


storage/ndb/tools/restore/restore_main.cpp:
  Return OK even if temporary errors
parent 7037b809
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -686,7 +686,6 @@ main(int argc, char** argv)
      clearConsumers();
      ndbout_c("\nRestore successful, but encountered temporary error, "
               "please look at configuration.");
      return NDBT_ProgramExit(NDBT_TEMPORARY);
    }               
  }