Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Rework the free block list storage so that it scales properly. Currently some test cases fail.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | freelist-rework
Files: files | file ages | folders
SHA1: ebca1063ac267424900688999dd0cea022d9d360
User & Date: dan 2012-10-29 20:04:54.144
Context
2012-10-30
16:27
Fix a couple of problems in the code that handles free block lists. check-in: 5c3e17cc90 user: dan tags: freelist-rework
2012-10-29
20:04
Rework the free block list storage so that it scales properly. Currently some test cases fail. check-in: ebca1063ac user: dan tags: freelist-rework
09:19
Fix a couple of crashes and a memory leak in OOM tests. check-in: 90f46bd082 user: dan tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/lsmInt.h.
Changes to src/lsm_ckpt.c.
Changes to src/lsm_file.c.
Changes to src/lsm_shared.c.
Changes to src/lsm_sorted.c.