]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Defer opening the file used for the temp database (where CREATE TEMP TABLE tables...
authordan <dan@noemail.net>
Tue, 5 Apr 2016 21:07:58 +0000 (21:07 +0000)
committerdan <dan@noemail.net>
Tue, 5 Apr 2016 21:07:58 +0000 (21:07 +0000)
commit41113b6429967b290386c05a4cbf6b9efc632b7a
tree2c3650962598e2f182ebe7849a88fd583e5c8334
parented06a131dac1433711cf8c26fc38269c1ee7125b
Defer opening the file used for the temp database (where CREATE TEMP TABLE tables are stored) until the database is too large to reside entirely within the cache. There are likely still problems on this branch.

FossilOrigin-Name: be5a549eba6cf8e29cb6b9824fd6d0db9d03ca7f
manifest
manifest.uuid
src/pager.c
src/pcache.c
test/temptable2.test [new file with mode: 0644]