]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#8704 add MDB_PREVMETA flag to mdb_env_open
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>
Sun, 30 Jul 2017 23:04:28 +0000 (00:04 +0100)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 12:03:36 +0000 (13:03 +0100)
commit0158f67c14e4be93fe8ad5e6ff22f020de65f7b8
treead8cccd98afcf1606b551746cb7587facdc43e27
parentb4ddec0bb453579ebbaf2059f05ad639122b5882
ITS#8704 add MDB_PREVMETA flag to mdb_env_open

used to open the previous meta page, in case the latest one
is corrupted

From https://github.com/LMDB/lmdb/pull/12
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb.c