mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
mdb_page_unspill(): Fix dirty_room in nested txn
This commit is contained in:
parent
56c2a8d04a
commit
4dd10d70a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1847,7 +1847,7 @@ mdb_page_unspill(MDB_txn *tx0, MDB_page *mp, MDB_page **ret)
|
|||
x = mdb_mid2l_search(tx2->mt_u.dirty_list, pgno);
|
||||
if (x <= tx2->mt_u.dirty_list[0].mid &&
|
||||
tx2->mt_u.dirty_list[x].mid == pgno) {
|
||||
txn->mt_dirty_room++;
|
||||
tx0->mt_dirty_room++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue