mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Revert "ITS#7515 update parent's mt_next_pgno on child commit"
This reverts commit fd4861bf00.
It duplicated earlier code.
This commit is contained in:
parent
fd4861bf00
commit
ef25056cfb
1 changed files with 0 additions and 1 deletions
|
|
@ -2104,7 +2104,6 @@ mdb_txn_commit(MDB_txn *txn)
|
|||
dst[0].mid = x;
|
||||
free(txn->mt_u.dirty_list);
|
||||
txn->mt_parent->mt_child = NULL;
|
||||
txn->mt_parent->mt_next_pgno = txn->mt_next_pgno;
|
||||
free(txn);
|
||||
return MDB_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue