Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
openldap
OpenLDAP
Merge requests
!428
ITS
#9723
clear C_EOF on cursor with MDB_FIRST_DUP
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Howard Chu
requested to merge
hyc/openldap:its9723
into
mdb.master
Oct 25, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
No need to check against MDB_LAST_DUP; mdb_cursor_last will set it again if needed.