On Fri, 14 Aug 2020 at 02:14, Howard Chu <[email protected]> wrote: > In a default build, read txns are always safe. No guarantees on > an interrupted write txn.
Are reads (mdb_get) in a write txn also problematic or would it be async unwind safe? For example, a quick look at mdb_get did not reveal any side-effecting operations except changing flags of the throw-away cursor. I could have easily missed some, though. Thank you for the quick answers, Gábor
