chickadee » lmdb-lolevel » mdb-txn-abort

mdb-txn-abort txnprocedure

Abandon all the operations of the transaction instead of saving them.

The transaction handle is freed. It and its cursors must not be used again after this call, except with (mdb-cursor-renew).

Note: Earlier documentation incorrectly said all cursors would be freed. Only write-transactions free cursors.

txn
A transaction handle returned by (mdb-txn-begin)