mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#9723 clear C_EOF on cursor with MDB_FIRST_DUP
This commit is contained in:
parent
01b1b7dc20
commit
55fd54dae6
1 changed files with 1 additions and 0 deletions
|
|
@ -7489,6 +7489,7 @@ fetchm:
|
|||
rc = MDB_NOTFOUND;
|
||||
break;
|
||||
}
|
||||
mc->mc_flags &= ~C_EOF;
|
||||
{
|
||||
MDB_node *leaf = NODEPTR(mc->mc_pg[mc->mc_top], mc->mc_ki[mc->mc_top]);
|
||||
if (!F_ISSET(leaf->mn_flags, F_DUPDATA)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue