Sam Dave wrote: > Hello, > > > The mdb_cursor_close() documentation says: "Its transaction must still be > live if it is a write-transaction." > > > This leads me to my question: For *read-only* transactions, is it allowed to > run mdb_cursor_close() *after* mdb_txn_close() or mdb_txn_abort()?
There is no mdb_txn_close(). If there was a restriction on usage in read-only txns the docs would have said so. -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
