mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue