Constant lmdb_zero::error::REOPENED
[−]
[src]
pub const REOPENED: c_int=NULSTR + 1
An attempt was made to open a database which is already open.
This is not a standard LMDB error code; LMDB in fact permits opening the same database one time, and silently returns the same handle to it. lmdb-zero detects such cases and returns this error instead.