mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
ITS#7556 fix cursor_sibling for PREV
This commit is contained in:
parent
7d643d3acb
commit
3213fc4db7
1 changed files with 2 additions and 0 deletions
|
|
@ -4273,6 +4273,8 @@ mdb_cursor_sibling(MDB_cursor *mc, int move_right)
|
|||
return rc;
|
||||
|
||||
mdb_cursor_push(mc, mp);
|
||||
if (!move_right)
|
||||
mc->mc_ki[mc->mc_top] = NUMKEYS(mp)-1;
|
||||
|
||||
return MDB_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue