SQLite4
Changes On Branch experimental
Not logged in

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

Changes In Branch experimental Excluding Merge-Ins

This is equivalent to a diff from 1f0129ac39 to 35af051367

2013-03-04
17:09
Merge xPutMeta and xGetMeta related changes from experimental branch. check-in: 03550f6b28 user: dan tags: trunk
14:18
Add dedicated get/set functions for the schema cookie to the sqlite4_kv_methods structure. Leaf check-in: 35af051367 user: dan tags: experimental
10:24
When in non-mmap mode, cache some page-data in memory. As sqlite does. check-in: 1f0129ac39 user: dan tags: trunk
2013-03-02
09:09
Remove a couple of unused variables from sqltest.c. check-in: e423d6c4bc user: dan tags: trunk

Changes to src/kv.c.

Changes to src/kv.h.

Changes to src/kvlsm.c.

Changes to src/kvmem.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/prepare.c.

Changes to src/sqlite.h.in.

Changes to src/vdbe.c.

Changes to test/test_kv2.c.