mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
ndb - bug#26457
Fix bug in bug fix, causing random test-failure
This commit is contained in:
parent
8a06cfdcab
commit
4c85c8dd50
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue