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

Re: (ITS#8021) Wrong mdb_env_sync() with at least MDB_RDONLY



On 08/01/15 20:59, Howard Chu wrote:
> mdb_env_sync() shouldn't even be doing any work at all if the env was
> opened RDONLY. We should return nop in that case. RDONLY means RDONLY!

Currently it syncs changes written by another process.