SQLite4
Changes On Branch freelist-rework
Not logged in

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

Changes In Branch freelist-rework Excluding Merge-Ins

This is equivalent to a diff from 90f46bd082 to 503f49b0cc

2012-10-31
19:30
Merge the freelist-rework branch with the trunk. check-in: 58f0d07a23 user: dan tags: trunk
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
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
2012-10-28
11:38
Merge compression-hooks branch with trunk. check-in: a701b281e9 user: dan tags: trunk

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.