ndb - bug#30914

Dont add insert+delete tuple(s) to lcp-keep-list
This commit is contained in:
unknown 2007-09-11 16:45:22 +02:00
parent 49fadd9893
commit f15444833e

View file

@ -181,7 +181,8 @@ Dbtup::dealloc_tuple(Signal* signal,
&disk, tmpptr, gci); &disk, tmpptr, gci);
} }
if (! (bits & Tuple_header::LCP_SKIP) && lcpScan_ptr_i != RNIL) if (! (bits & (Tuple_header::LCP_SKIP | Tuple_header::ALLOC)) &&
lcpScan_ptr_i != RNIL)
{ {
ScanOpPtr scanOp; ScanOpPtr scanOp;
c_scanOpPool.getPtr(scanOp, lcpScan_ptr_i); c_scanOpPool.getPtr(scanOp, lcpScan_ptr_i);