mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-22 08:49:26 +08:00
lmdb: ITS#8062 - fix rebalance, also handle subcursors.
(Probably fixes the ITS, definitely fixes a bug) when collapsing the root page, fixups of other cursors was incomplete.
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -4,6 +4,7 @@ LMDB 0.9.15 Release Engineering
|
||||
Fix txn init (ITS#7961,#7987)
|
||||
Fix MDB_PREV_DUP (ITS#7955,#7671)
|
||||
Fix compact of empty env (ITS#7956)
|
||||
Fix mdb_rebalance collapsing root (ITS#8062)
|
||||
Fix mdb_load with large values (ITS#8066)
|
||||
Added workaround for fdatasync bug in ext3fs
|
||||
Build
|
||||
|
Reference in New Issue
Block a user