ndb - bug#26457

    Fix bug in bug fix, causing random test-failure
parent c0e331e6
...@@ -5962,7 +5962,7 @@ void Dbdih::execMASTER_LCPREQ(Signal* signal) ...@@ -5962,7 +5962,7 @@ void Dbdih::execMASTER_LCPREQ(Signal* signal)
jam(); jam();
ndbout_c("resending GSN_MASTER_LCPREQ"); ndbout_c("resending GSN_MASTER_LCPREQ");
sendSignalWithDelay(reference(), GSN_MASTER_LCPREQ, signal, sendSignalWithDelay(reference(), GSN_MASTER_LCPREQ, signal,
signal->getLength(), 50); 50, signal->getLength());
return; return;
} }
Uint32 failedNodeId = req->failedNodeId; Uint32 failedNodeId = req->failedNodeId;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment