mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
ITS#8321 page_touch - don't fixup the cursor we just touched
This commit is contained in:
parent
8e7cd2269d
commit
2b89f4baf1
1 changed files with 1 additions and 0 deletions
|
|
@ -2418,6 +2418,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