mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
bug#10142 - ndb unique index resource shortage
honor abort_option as TC now abort on 288 ndb/src/ndbapi/NdbIndexOperation.cpp: honor settings as TC now abort on 288
This commit is contained in:
parent
0bc5583993
commit
645a71319d
1 changed files with 1 additions and 1 deletions
|
|
@ -752,5 +752,5 @@ NdbIndexOperation::receiveTCINDXREF( NdbApiSignal* aSignal)
|
|||
Uint32 errorCode = tcIndxRef->errorCode;
|
||||
theError.code = errorCode;
|
||||
theNdbCon->setOperationErrorCodeAbort(errorCode);
|
||||
return theNdbCon->OpCompleteFailure(AbortOnError);
|
||||
return theNdbCon->OpCompleteFailure(theNdbCon->m_abortOption);
|
||||
}//NdbIndexOperation::receiveTCINDXREF()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue