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
This commit is contained in:
parent
7037b80970
commit
ff604cb77c
@ -686,10 +686,9 @@ main(int argc, char** argv)
|
||||
clearConsumers();
|
||||
ndbout_c("\nRestore successful, but encountered temporary error, "
|
||||
"please look at configuration.");
|
||||
return NDBT_ProgramExit(NDBT_TEMPORARY);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
clearConsumers();
|
||||
return NDBT_ProgramExit(NDBT_OK);
|
||||
} // main
|
||||
|
Loading…
x
Reference in New Issue
Block a user