mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#8321 page_touch - don't fixup the cursor we just touched
This commit is contained in:
parent
db02a71dd8
commit
69829288dc
1 changed files with 1 additions and 0 deletions
|
|
@ -2487,6 +2487,7 @@ done:
|
|||
} else {
|
||||
for (; m2; m2=m2->mc_next) {
|
||||
if (m2->mc_snum < mc->mc_snum) continue;
|
||||
if (m2 == mc) continue;
|
||||
if (m2->mc_pg[mc->mc_top] == mp) {
|
||||
m2->mc_pg[mc->mc_top] = np;
|
||||
if ((mc->mc_db->md_flags & MDB_DUPSORT) &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue