]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When opening a temporary file to use in a merge-sort, pass SQLITE_OPEN_TEMP_JOURNAL...
authordan <dan@noemail.net>
Mon, 15 Aug 2011 14:41:01 +0000 (14:41 +0000)
committerdan <dan@noemail.net>
Mon, 15 Aug 2011 14:41:01 +0000 (14:41 +0000)
commit9d71142c9cc2258368124bc714c0c18a636da4ad
tree6008f47a77cb23dcdbe74d1a566d3081dae6e1b7
parentfdd7f71ef455ed815d207d609bd538e144c55642
When opening a temporary file to use in a merge-sort, pass SQLITE_OPEN_TEMP_JOURNAL instead of SQLITE_OPEN_TEMP_DB. This is a better fit, as merge-sort files are written and read sequentially like journal files.

FossilOrigin-Name: bd04756b66e343a7bc6c8bbed9e5cff7b9658d01
manifest
manifest.uuid
src/vdbesort.c