mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
ndb - bug#29354 - fix bug in bug fix,
dont assert if 2 LCP's are being run during a node recovery
This commit is contained in:
parent
71996bd6f4
commit
dfcfd6afc4
1 changed files with 1 additions and 1 deletions
|
@ -11165,7 +11165,7 @@ void Dblqh::sendLCP_COMPLETE_REP(Signal* signal, Uint32 lcpId)
|
|||
sendEMPTY_LCP_CONF(signal, true);
|
||||
}
|
||||
|
||||
if (getNodeState().getNodeRestartInProgress())
|
||||
if (getNodeState().getNodeRestartInProgress() && cstartRecReq != 3)
|
||||
{
|
||||
jam();
|
||||
ndbrequire(cstartRecReq == 2);
|
||||
|
|
Loading…
Add table
Reference in a new issue