]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a readonly_shm connection cannot map the *-shm file because no other
authordan <dan@noemail.net>
Wed, 1 Nov 2017 20:59:28 +0000 (20:59 +0000)
committerdan <dan@noemail.net>
Wed, 1 Nov 2017 20:59:28 +0000 (20:59 +0000)
commit92c02da33ec2717828eba13400355d43a7a6395f
tree96ce587324bfb06d0be895769385a704de331696
parent514c4b7e5dff5d47eb3a85da93637acdd2a7d294
If a readonly_shm connection cannot map the *-shm file because no other
process is holding the DMS lock, have it read from the database file only,
ignoring any content in the wal file.

FossilOrigin-Name: ce5d13c2de69b73378637d4f7e109714f7cd17bf1d1ad995e0be442d517ed1b3
manifest
manifest.uuid
src/os_unix.c
src/wal.c
test/walro2.test [new file with mode: 0644]