[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7517) mdb_dbi_close(dbi updated in existing txn) breaks



Related: If a DB is dropped (and thus the DBI closed) in a txn which has
modified it, mdb_txn_commit attempted to save the DB. This could corrupt
another DB if mdb_dbi_open() in another thread had reused the DBI.
This is now fixed in mdb.master.

-- 
Hallvard