MDB_VERSION_MISMATCH top-level constant

int const MDB_VERSION_MISMATCH

MDB_VERSION_MISMATCH: Environment version mismatch. Occurs when:

  • Database was created with incompatible LMDB version
  • Attempting to open newer format with older library

Implementation

const MDB_VERSION_MISMATCH = bindings.MDB_VERSION_MISMATCH;