mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#7556 fix cursor_sibling for PREV
This commit is contained in:
parent
7d643d3acb
commit
3213fc4db7
@ -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 New Issue
Block a user