]> git.sur5r.net Git - openldap/commit
Move code into mdb_txn_end(). Was mdb_txn_reset0.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 19 Jul 2015 19:30:12 +0000 (21:30 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 19 Jul 2015 19:30:12 +0000 (21:30 +0200)
commitb6973a3324144c8c5b0dfc3da482aa1cf9ac8ce2
treec8c5f2013f55ca7e44f75379bb5dd62869e86d4f
parent90f6fc4ba7d60f602acd1ef63e4c7d939fb514e1
Move code into mdb_txn_end(). Was mdb_txn_reset0.

Side effects:
* Clean txn up a bit even before freeing it.
* Tweak DEBUG output at txn end. Add DEBUG after commit(writer).
libraries/liblmdb/mdb.c