]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the pcache module from the experimental branch. Also change things so that most...
authordanielk1977 <danielk1977@noemail.net>
Wed, 20 Aug 2008 14:49:23 +0000 (14:49 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 20 Aug 2008 14:49:23 +0000 (14:49 +0000)
commit8c0a791a58ff6f4ae168d29359d62830c18cecc1
tree1731ba7497f84beb7eabb0d0c7cbc787c8fded16
parent2b300d5d6f41ec5b76c8f296b94fbbb913269ce0
Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566)

FossilOrigin-Name: cb494e10d71852024647aaa254203579ad438ea9
29 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/btree.c
src/callback.c
src/func.c
src/main.c
src/malloc.c
src/pager.c
src/pager.h
src/pcache.c [new file with mode: 0644]
src/pcache.h [new file with mode: 0644]
src/sqliteInt.h
src/test1.c
src/test2.c
src/test8.c
src/vtab.c
test/io.test
test/ioerr2.test
test/memsubsys1.test
test/mutex1.test
test/pager.test
test/pager2.test
test/pageropt.test
test/shared3.test
test/tkt2409.test
tool/mkfunction.c [new file with mode: 0644]
tool/mksqlite3c.tcl