]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial implementation of variable page sizes and the temp_store pragma. (CVS 1843)
authordrh <drh@noemail.net>
Thu, 22 Jul 2004 01:19:35 +0000 (01:19 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Jul 2004 01:19:35 +0000 (01:19 +0000)
commit90f5ecb39de54f08c69594cd239b57ef53519211
tree1e6a04a8dfd624962cbb5a4435ad67cdd2400c89
parent900dfba8ef6ccaa115a5525df20e4c321b894b4c
Initial implementation of variable page sizes and the temp_store pragma. (CVS 1843)

FossilOrigin-Name: 4cf6e9db757931aba2f300b7869305434d6f2d2b
13 files changed:
manifest
manifest.uuid
src/attach.c
src/btree.c
src/btree.h
src/build.c
src/main.c
src/pager.c
src/pager.h
src/pragma.c
src/sqliteInt.h
src/test2.c
src/test3.c