From 76924246924bf5f05bf715a2e98a400d3e212876 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Fri, 2 Feb 2024 04:30:07 +0200 Subject: [PATCH] chore(deps): bump `liblmdb` from `0.9.31` to `0.9.32` (#51) ### Summary LMDB 0.9.32 Release (2024/01/29) - ITS#9378 - Add ability to replay log and replay log tool - ITS#10095 - partial revert of ITS#9278. The patch was incorrect and introduced numerous race conditions. - ITS#10125 - mdb_load: fix cursor reinit in Append mode - ITS#10137 - Allow users to define MDB_IDL_LOGN --- .gitmodules | 4 ++-- lmdb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 83f85fe9..07f02c7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "lmdb"] path = lmdb - url = https://github.com/LMDB/lmdb.git - branch = LMDB_0.9.31 + url = https://git.openldap.org/openldap/openldap.git + branch = LMDB_0.9.32 diff --git a/lmdb b/lmdb index ce201088..e96d8dfa 160000 --- a/lmdb +++ b/lmdb @@ -1 +1 @@ -Subproject commit ce201088de95d26fc0da36ba805bf2ddc2ba74ff +Subproject commit e96d8dfa3951c06062a6fffbe1d7a2f3c9c1ff76