Commit ea1d40c7 authored by unknown's avatar unknown
Browse files

Post-review fix

parent 576a856e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1232,6 +1232,8 @@ NdbTransaction::getNdbScanOperation(const NdbTableImpl * tab)
  
  if (tOp->init(tab, this) != -1) {
    define_scan_op(tOp);
    // Mark that this NdbIndexScanOperation is used as NdbScanOperation
    tOp->m_type = NdbOperation::TableScan; 
    return tOp;
  } else {
    theNdb->releaseScanOperation(tOp);