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

Overview
Comment:Remove dead code. Fix a read-lock related problem causing the multi-threaded tests to fail.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | freelist-rework
Files: files | file ages | folders
SHA1: f512ea3c4d806460fd3b384f4cb02af3fa49473e
User & Date: dan 2012-10-31 18:46:38.399
Context
2012-10-31
19:27
Fix a crash in the check-blocks assert that may occur following an OOM condition. Leaf check-in: 503f49b0cc user: dan tags: freelist-rework
18:46
Remove dead code. Fix a read-lock related problem causing the multi-threaded tests to fail. check-in: f512ea3c4d user: dan tags: freelist-rework
16:37
Fix a compressed mode bug unrelated to the free block list. check-in: 6bf6b00b8b user: dan tags: freelist-rework
Changes
Unified Diff Side-by-Side Diff Patch
Changes to lsm-test/lsmtest_tdb3.c.
Changes to src/lsmInt.h.
Changes to src/lsm_ckpt.c.
Changes to src/lsm_file.c.
Changes to src/lsm_main.c.
Changes to src/lsm_shared.c.
Changes to src/lsm_sorted.c.