Commit 645a7131 authored by unknown's avatar unknown
Browse files

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
parent 0bc55839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()