From 7077d5e601f555895233d1d942a7b65938691358 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 26 Mar 2024 16:25:55 +0000 Subject: [PATCH] ITS#9037 --- libraries/liblmdb/CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/liblmdb/CHANGES b/libraries/liblmdb/CHANGES index 10e81d5bd3..bf4c808dc5 100644 --- a/libraries/liblmdb/CHANGES +++ b/libraries/liblmdb/CHANGES @@ -1,5 +1,8 @@ LMDB 0.9 Change Log +LMDB 0.9.33 Engineering + ITS#9037 mdb_page_search: fix error code when DBI record is missing + 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.