]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When SQLite is configured to use in-memory temp files (either by setting SQLITE_TEMP_...
authordanielk1977 <danielk1977@noemail.net>
Thu, 30 Apr 2009 09:10:37 +0000 (09:10 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 30 Apr 2009 09:10:37 +0000 (09:10 +0000)
commitd829335e42289d5f53bc183f85b75ef1d85240c8
tree3a2a8c85f9edcc0a96e0387d628408cd19f276dc
parent6c197475495093ebd26a5d93c7e67ea4c932151e
When SQLite is configured to use in-memory temp files (either by setting SQLITE_TEMP_STORE during compilation or using the temp_store pragma at run time), store statement/savepoint journals in memory also. Ticket #3825. (CVS 6575)

FossilOrigin-Name: 38f8c5a14cd221af9e115a0fea689f2ff39e30e5
manifest
manifest.uuid
src/btree.c
src/main.c
src/pager.c
src/pager.h
src/sqliteInt.h
src/vdbe.c
test/conflict.test
test/exclusive.test
test/tempdb.test