]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an alternative application-defined pcache implementation and add test
authordrh <drh@noemail.net>
Wed, 19 Nov 2008 01:20:26 +0000 (01:20 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Nov 2008 01:20:26 +0000 (01:20 +0000)
commitb232c23297248eb0753cf036c99f4bece9df992a
tree1131a6c766216f9a071bac0119ed202a6f377332
parent4c6517848fac8fa107bbd746171f37e57380be3f
Add an alternative application-defined pcache implementation and add test
cases to permutations.test to invoke it.  Added the SQLITE_CONFIG_GETPCACHE
method to sqlite3_config(). (CVS 5920)

FossilOrigin-Name: 16f1e6ec2ad92f68c0079a0c2b5ca08a3b4af816
Makefile.in
main.mk
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/test_malloc.c
src/test_pcache.c [new file with mode: 0644]
test/permutations.test