Hi,What is the difference between mdb_txn_commit() and mdb_txn_abort() for read-only transactions? Thank you, Samuel
Sam Dave wrote:
Hi, What is the difference between mdb_txn_commit() and mdb_txn_abort() for read-only transactions? Thank you, Samuel
If you opened any DBIs in the txn, txn_commit will make them available in the environment, txn_abort will not.
openldap-technical@openldap.org