]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Implement an experimental defensive measure to try to prevent the -wal and
authordrh <>
Mon, 27 Oct 2025 14:24:02 +0000 (14:24 +0000)
committerdrh <>
Mon, 27 Oct 2025 14:24:02 +0000 (14:24 +0000)
commit626351d444b17cc50170dd78cd0c14dc8ad71005
tree13803c0d3db74e85117846580374bf7019a26d19
parent6e27846323c588079fec09e3e4eb31d245a9927d
Implement an experimental defensive measure to try to prevent the -wal and
-shm files of an active WAL-mode database connection from being deleted out
from under the database connection in the case where the database SHARED
lock has been released by an accidental call to close() in a different
thread, or similar.

FossilOrigin-Name: ed1b9206640f66cb8abff444809ccab8a4a5157b5c90e9aacddc422210e63423
manifest
manifest.tags
manifest.uuid
src/os_unix.c