https://bugs.openldap.org/show_bug.cgi?id=10125
Issue ID: 10125 Summary: mdb_load: fix loading in Append mode Product: LMDB Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: tools Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
After committing/flushing a batch of writes, the cursor is not correctly reinitialized in Append mode.
https://bugs.openldap.org/show_bug.cgi?id=10125
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST
--- Comment #1 from Howard Chu hyc@openldap.org --- fixed in mdb.master / mdb.master3
https://bugs.openldap.org/show_bug.cgi?id=10125
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |0.9.32 Keywords|needs_review | Assignee|bugs@openldap.org |hyc@openldap.org
https://bugs.openldap.org/show_bug.cgi?id=10125
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- mdb.master:
• c07884d1 by Howard Chu at 2023-11-05T17:35:22+00:00 ITS#10125 mdb_load: fix cursor reinit in Append mode
mdb.master3:
• 74197007 by Howard Chu at 2023-11-05T17:34:03+00:00 ITS#10125 mdb_load: fix cursor reinit in Append mode
https://bugs.openldap.org/show_bug.cgi?id=10125
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- mdb/RE0.9:
• ac011b2c by Howard Chu at 2024-01-11T22:33:43+00:00 ITS#10125 mdb_load: fix cursor reinit in Append mode