Commit e0737d83 authored by unknown's avatar unknown
Browse files

Post-review fix 2

parent ea1d40c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);