SQLite

Check-in [c275c9d323]
Login

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

Overview
Comment:Experimental change to the pcache interface to allow page buffers to be allocated separately from their associated container structures.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | experimental-pcache
Files: files | file ages | folders
SHA1: c275c9d323cb1dccb031b199d413ac3a0b244fea
User & Date: dan 2011-11-08 20:08:44.098
Context
2011-11-09
00:06
Update the API documentation for the new pcache2 interface. Change the order of parameters on the xCreate method of pcache2. (check-in: 4da7095683 user: drh tags: experimental-pcache)
2011-11-08
20:08
Experimental change to the pcache interface to allow page buffers to be allocated separately from their associated container structures. (check-in: c275c9d323 user: dan tags: experimental-pcache)
2011-11-07
18:16
Make the unix VFS tolerant of read() calls that return less than the requested number of bytes. (check-in: a210695abc user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/global.c.
Changes to src/main.c.
Changes to src/pcache.c.
Changes to src/pcache.h.
Changes to src/pcache1.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test_init.c.
Changes to src/test_pcache.c.
Changes to test/memsubsys1.test.