Clarify doc: mdb_copy, nested txns, mdb_drop().
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 5 Aug 2013 07:55:48 +0000 (09:55 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 5 Aug 2013 07:55:48 +0000 (09:55 +0200)
commit6214423163cb5c5cc7385e9e2f6da45ea5ee61ef
tree1e5b5a33df67d543003fe0b65e184aaa6cb6ffe7
parent2cc2574d84686d2e2556e86f78a962bd593af19c
Clarify doc: mdb_copy, nested txns, mdb_drop().

mdb_copy: Does not copy lockfile. Can trigger file growth.
mdb_txn_begin(): Clarify usage restrictions.
mdb_drop(): State what to do rather than what will be done, since
closing the handle could otherwise be read as happening even at failure.
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb_copy.1