ndb - bug#24664

  Fix in bug fix, make sure LCP_SKIP is only used for inserts...
parent 3358f4f1
......@@ -302,7 +302,7 @@ Dbtup::commit_operation(Signal* signal,
copy_bits |= Tuple_header::DISK_PART;
}
if(lcpScan_ptr_i != RNIL)
if(lcpScan_ptr_i != RNIL && (bits & Tuple_header::ALLOC))
{
ScanOpPtr scanOp;
c_scanOpPool.getPtr(scanOp, lcpScan_ptr_i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment