From 7259296081845d94bbcd5208ce3de633b1097f2e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 6 Oct 2025 16:53:18 +0100 Subject: [PATCH] ITS#10396 fix mdb_cursor_del0 with multiple DUPSORT cursors --- libraries/liblmdb/CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/liblmdb/CHANGES b/libraries/liblmdb/CHANGES index 857a08e14c..64eb2eab4c 100644 --- a/libraries/liblmdb/CHANGES +++ b/libraries/liblmdb/CHANGES @@ -7,6 +7,7 @@ LMDB 0.9.34 Engineering ITS#10342 - fix memleak in mdb_txn_begin for nested txns ITS#10346 - fix mdb_env_copy2 with values > (2GB-16) ITS#10355 - fix mplay build on musl + ITS#10396 - fix mdb_cursor_del0 with multiple DUPSORT cursors LMDB 0.9.33 Release (2024/05/21) ITS#9037 mdb_page_search: fix error code when DBI record is missing -- 2.47.3