ndb - bug#21213
Make sure totSendlenAi is set in case of ACC_ABORTCONF and activeCreate == true (only needed when >2 replica) ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Make sure totSendlenAi is set in case of ACC_ABORTCONF and activeCreate == true
This commit is contained in:
parent
f4e01cf6a1
commit
6e5ad6914e
@ -6435,6 +6435,7 @@ void Dblqh::execACC_ABORTCONF(Signal* signal)
|
||||
* A NORMAL EVENT DURING CREATION OF A FRAGMENT. WE NOW NEED TO CONTINUE
|
||||
* WITH NORMAL COMMIT PROCESSING.
|
||||
* ---------------------------------------------------------------------- */
|
||||
regTcPtr->totSendlenAi = regTcPtr->totReclenAi;
|
||||
if (regTcPtr->currTupAiLen == regTcPtr->totReclenAi) {
|
||||
jam();
|
||||
regTcPtr->abortState = TcConnectionrec::ABORT_IDLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user