mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
ITS#7594 De-init other subcursors in page_touch
This commit is contained in:
parent
92fe958805
commit
e31c7d3b31
1 changed files with 2 additions and 0 deletions
|
|
@ -1636,6 +1636,8 @@ finish:
|
|||
if (m2 == mc || m2->mc_snum < mc->mc_snum) continue;
|
||||
if (m2->mc_pg[mc->mc_top] == mc->mc_pg[mc->mc_top]) {
|
||||
m2->mc_pg[mc->mc_top] = mp;
|
||||
if (mc->mc_db->md_flags & MDB_DUPSORT)
|
||||
m2->mc_xcursor->mx_cursor.mc_flags &= ~C_INITIALIZED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue