]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a database file with the WAL flag set is opened in exclusive-locking mode, use...
authordan <dan@noemail.net>
Mon, 1 Nov 2010 17:38:24 +0000 (17:38 +0000)
committerdan <dan@noemail.net>
Mon, 1 Nov 2010 17:38:24 +0000 (17:38 +0000)
commit8c408004394dfa0997feb2f28436a0481f3ce679
tree8bc8f524f71d52b551e2468d97e8f16bdc30ef91
parentb6e321c09a9b5dc164df716e07d419b8b897bda3
If a database file with the WAL flag set is opened in exclusive-locking mode, use heap memory to store the wal-index instead of shared-memory.

FossilOrigin-Name: 8dd5c69198619866923c6053b71899c1fb8c4c67
12 files changed:
manifest
manifest.uuid
src/pager.c
src/test_vfs.c
src/wal.c
src/wal.h
test/pager1.test
test/permutations.test
test/tester.tcl
test/wal2.test
test/walfault.test
test/walnoshm.test [new file with mode: 0644]