Loading ndb/src/ndbapi/ndberror.c +3 −3 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ ErrorBundle ErrorCodes[] = { { 4008, UR, "Receive from NDB failed" }, { 4009, UR, "Cluster Failure" }, { 4012, UR, "Time-out, most likely caused by simple read or cluster failure" }, "Request ndbd time-out, maybe due to high load or communication problems"}, { 4024, UR, "Time-out, most likely caused by simple read or cluster failure" }, Loading ndb/test/src/NdbBackup.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -244,8 +244,8 @@ NdbBackup::NFSlave(NdbRestarter& _restarter){ int NdbBackup::NF(NdbRestarter& _restarter, int *NFDuringBackup_codes, const int sz, bool onMaster){ { int nNodes = _restarter.getNumDbNodes(); { if(nNodes == 1) return NDBT_OK; Loading Loading
ndb/src/ndbapi/ndberror.c +3 −3 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ ErrorBundle ErrorCodes[] = { { 4008, UR, "Receive from NDB failed" }, { 4009, UR, "Cluster Failure" }, { 4012, UR, "Time-out, most likely caused by simple read or cluster failure" }, "Request ndbd time-out, maybe due to high load or communication problems"}, { 4024, UR, "Time-out, most likely caused by simple read or cluster failure" }, Loading
ndb/test/src/NdbBackup.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -244,8 +244,8 @@ NdbBackup::NFSlave(NdbRestarter& _restarter){ int NdbBackup::NF(NdbRestarter& _restarter, int *NFDuringBackup_codes, const int sz, bool onMaster){ { int nNodes = _restarter.getNumDbNodes(); { if(nNodes == 1) return NDBT_OK; Loading