Loading ndb/src/ndbapi/NdbTransaction.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1171,6 +1171,8 @@ NdbTransaction::getNdbIndexScanOperation(const NdbIndexImpl* index, { tOp->m_currentTable = table; } // Mark that this really an NdbIndexScanOperation tOp->m_type = NdbOperation::OrderedIndexScan; return tOp; } else { setOperationErrorCodeAbort(4271); Loading Loading
ndb/src/ndbapi/NdbTransaction.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1171,6 +1171,8 @@ NdbTransaction::getNdbIndexScanOperation(const NdbIndexImpl* index, { tOp->m_currentTable = table; } // Mark that this really an NdbIndexScanOperation tOp->m_type = NdbOperation::OrderedIndexScan; return tOp; } else { setOperationErrorCodeAbort(4271); Loading