https://bugs.openldap.org/show_bug.cgi?id=8579
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |1.0.0 Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Howard Chu hyc@openldap.org --- I see no reason not to do this.
Some of the caveats about fork/exec are still overstated.
LMDB uses fcntl() locks, not flock(), so some of the concerns about flock() semantics are irrelevant.
There is nothing useful an exec'd process can do with the me_fd, so yes, let's close it.
Fixed in mdb.master3 cf52db2bee52796bb4140b32679f4723a0d7d44f