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:
Howard Chu
2015-04-15 23:20:55 +01:00
committed by Leo Yuriev
parent 024c5bfb60
commit d0b4943352
2 changed files with 17 additions and 2 deletions

View File

@@ -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