]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Put the statement journal in the temp-file directory since that
authordrh <drh@noemail.net>
Mon, 17 Mar 2008 13:50:58 +0000 (13:50 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Mar 2008 13:50:58 +0000 (13:50 +0000)
commit99b90c3fa9f68079f18f82f2b1e5c48559ed497d
tree4e98b00db9b696f662a5d71ba78224cac7f716fe
parent39359dc0206b11d9fc20c3ffd1a233b101a76cf2
Put the statement journal in the temp-file directory since that
directory is often on optimized storage such as RAM disk and because
unlike the main journal, the statement journal does not need to
be colocated with the database file. (CVS 4868)

FossilOrigin-Name: 72c40726932695a2cf5c593707d098c8fb6e8875
manifest
manifest.uuid
src/pager.c