https://bugs.openldap.org/show_bug.cgi?id=9208
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Severity|normal |enhancement Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu hyc@openldap.org --- Unfortunately that can't be done, because the readtxn that these copy functions use has to be mangled a bit in order to get a safe snapshot. If a caller provided their own readtxn, especially in order to coordinate with other operations, the readtxn would be left in a state completely different from what the caller expected, and synchronization would be broken anyway.