SQLite4
Changes On Branch compression-hooks
Not logged in

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

Changes In Branch compression-hooks Excluding Merge-Ins

This is equivalent to a diff from a7de625f13 to 676da8516d

2012-10-28
11:38
Merge compression-hooks branch with trunk. check-in: a701b281e9 user: dan tags: trunk
11:34
Turn off LSM_CONFIG_MMAP automatically in compressed database mode. Leaf check-in: 676da8516d user: dan tags: compression-hooks
11:28
Enhance the file-format to allow padding records smaller than 6 bytes in length. check-in: 2ba0368e76 user: dan tags: compression-hooks
2012-10-17
19:29
Fix various issues with tcl test cases. check-in: ae7d9c68ef user: dan tags: trunk
2012-10-16
15:26
Change page numbers to 8-byte numbers (from 4). This is required to support compressed databases, where a page number is a byte offset in the database file. check-in: 5d266a717d user: dan tags: compression-hooks
2012-10-15
19:36
Merge range-delete branch back into trunk. check-in: a7de625f13 user: dan tags: trunk
19:34
Fix a case in live-recovery from a writer crash. Leaf check-in: 80abdbea2d user: dan tags: range-delete
2012-10-03
09:24
Minor changes to the lsmperf.tcl script. check-in: 45e59053e7 user: dan tags: trunk

Changes to lsm-test/lsmtest.h.

Changes to lsm-test/lsmtest2.c.

Changes to lsm-test/lsmtest_main.c.

Changes to lsm-test/lsmtest_tdb.c.

Changes to lsm-test/lsmtest_tdb3.c.

Changes to src/kvlsm.c.

Changes to src/lsm.h.

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_sorted.c.

Changes to src/lsm_tree.c.

Changes to test/csr1.test.

Changes to test/log1.test.

Changes to test/log3.test.

Changes to test/permutations.test.

Changes to test/simple.test.

Changes to test/test_lsm.c.

Changes to test/tester.tcl.

Changes to tool/lsmperf.tcl.