]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For a pager backed by a temp file, store the main journal in memory until it is at...
authordan <dan@noemail.net>
Wed, 6 Apr 2016 18:20:51 +0000 (18:20 +0000)
committerdan <dan@noemail.net>
Wed, 6 Apr 2016 18:20:51 +0000 (18:20 +0000)
commit9131ab93865d961f6408800f969e3996d78db34e
tree32f234d24f6a5d0009740811d23dc2e8e09e1f19
parent7f8def285efbf12c337050ac81788e38345909c6
For a pager backed by a temp file, store the main journal in memory until it is at least sqlite3_config.nStmtSpill bytes in size. Prevent the backup API from being used to change the page-size of a temp file.

FossilOrigin-Name: 84c557010c211595d2ec80b62c63af1c7f4714bd
manifest
manifest.uuid
src/pager.c
src/test3.c
test/pragma.test
test/temptable2.test