]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental changes that cause SQLite to use bytes 28..31 of the database
authordrh <drh@noemail.net>
Sat, 27 Mar 2010 17:12:36 +0000 (17:12 +0000)
committerdrh <drh@noemail.net>
Sat, 27 Mar 2010 17:12:36 +0000 (17:12 +0000)
commitdd3cd977cc26c595525980f6334074df43a6e911
tree27c1486a9e5be1906c25773a5765a964ac30f7c1
parentc26c00495f124e52365184d5d626dfae7fffe219
Experimental changes that cause SQLite to use bytes 28..31 of the database
header to determine the database size, rather than using the actual database
size.  This allows database space to be preallocated.

FossilOrigin-Name: b844ac6fcb72595a71e5c5283ec461309a87ba79
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/pager.c
test/corrupt2.test
test/pragma.test