Perhaps the generated Doxygen output at http://symas.com/mdb/doc/ might use a refresh for the latest LMDB release?
The docs currently published there are 11 months old, and do not include e.g. any information on the recently-added mdb_txn_id() function--a good function to have, by the way.
Incidentally, the mdb_txn_id() function is missing altogether from the LMDB 0.9.15 and 0.9.16 releases, despite being merged to HEAD back in December. Probably accidentally, since it doesn't break the ABI?
Arto Bendiken wrote:
Incidentally, the mdb_txn_id() function is missing altogether from the LMDB 0.9.15 and 0.9.16 releases, despite being merged to HEAD back in December. Probably accidentally, since it doesn't break the ABI?
The past two point releases have been bugfix only. Most new features are being deferred to 1.x anyway.
On Mon, Aug 17, 2015 at 1:11 AM, Howard Chu hyc@symas.com wrote:
Arto Bendiken wrote:
Incidentally, the mdb_txn_id() function is missing altogether from the LMDB 0.9.15 and 0.9.16 releases, despite being merged to HEAD back in December. Probably accidentally, since it doesn't break the ABI?
The past two point releases have been bugfix only. Most new features are being deferred to 1.x anyway.
OK, good to know--thanks.
In case anyone should need the mdb_txn_id() function sooner (as I did yesterday), I went ahead and backported it, and only it, on top of the 0.9.16 tag in a fork of the GitHub repository:
https://github.com/datagraph/lmdb/tree/datagraph
And in case anyone else should need to do the same locally, the commands I used to do so from a Git checkout of LMDB were:
$ git checkout mdb.RE/0.9 $ git cherry-pick -sex \ b660491d3fa359325cb3615a276bba78f32e2075 \ c36c167cc49a59d4f40ae5fc259c013de601164e
PS. Returning to the original topic: FYI, the docs at http://symas.com/mdb/doc/ are now returning 403 Forbidden.
openldap-technical@openldap.org