]> 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, 25 Oct 2015 09:55:22 +0000 (10:55 +0100)
commit9266843fa6ee00a38b410ae038446ed66b750e77
tree7dd42c9c47406a6e813a98a71f280b5c96150759
parent0cfc0a9736d88a9acdaf8440fdcc58510bab1168
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