mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
This commit is contained in:
commit
57d7f39556
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue