ndb - bug#26457

    Fix bug in bug fix, causing random test-failure
parent c0e331e6
......@@ -5962,7 +5962,7 @@ void Dbdih::execMASTER_LCPREQ(Signal* signal)
jam();
ndbout_c("resending GSN_MASTER_LCPREQ");
sendSignalWithDelay(reference(), GSN_MASTER_LCPREQ, signal,
signal->getLength(), 50);
50, signal->getLength());
return;
}
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