Skip to content

ITS#9723 clear C_EOF on cursor with MDB_FIRST_DUP

Howard Chu requested to merge hyc/openldap:its9723 into mdb.master

No need to check against MDB_LAST_DUP; mdb_cursor_last will set it again if needed.

Merge request reports