MDB_MAP_RESIZED top-level constant
int
const MDB_MAP_RESIZED
MDB_MAP_RESIZED: Database was resized externally. Occurs when another process has increased the database size. Action required: Close and reopen the environment. Common scenario: Multi-process access with dynamic growth.
Implementation
const MDB_MAP_RESIZED = bindings.MDB_MAP_RESIZED;