Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch prefix-mmap Excluding Merge-Ins
This is equivalent to a diff from 7bf5b6c8d0 to 5f9133f8a8
2013-03-08
| ||
09:59 | Merge prefix-mmap branch with trunk. This allows lsm to memory map a prefix of the database file and use regular read and write system calls to access the remainder. check-in: 02954a5b8d user: dan tags: trunk | |
2013-03-07
| ||
20:12 | Fix some test cases to account for sqlite4 memory mapping the file. Leaf check-in: 5f9133f8a8 user: dan tags: prefix-mmap | |
19:54 | Fix a compressed database mode bug. check-in: 84e9aca245 user: dan tags: prefix-mmap | |
2013-03-06
| ||
20:15 | Allow accessing a prefix of the database file using mmap and the remainder using read and write. check-in: abe0420724 user: dan tags: prefix-mmap | |
2013-03-04
| ||
22:37 |
New autoconf/make apparatus. Usage:
./autogen.sh ./configure make check-in: 7bf5b6c8d0 user: owensmk tags: trunk | |
17:09 | Merge xPutMeta and xGetMeta related changes from experimental branch. check-in: 03550f6b28 user: dan tags: trunk | |
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_file.c.
Changes to src/lsm_main.c.
Changes to src/lsm_shared.c.
Changes to src/lsm_sorted.c.
Changes to src/lsm_unix.c.
Changes to test/log3.test.
Changes to test/lsm5.test.
Changes to test/mc1.test.
Changes to test/simple.test.