]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If blocking locks are enabled, avoid using the busy handler when blocked by another...
authordan <Dan Kennedy>
Fri, 30 May 2025 20:52:18 +0000 (20:52 +0000)
committerdan <Dan Kennedy>
Fri, 30 May 2025 20:52:18 +0000 (20:52 +0000)
commitded1959120db41174d720fc3a157cc648694d6f9
tree3a8857aadfdf292dc0c55d4e25acdfa35ac92ae2
parent88ed38ca6d4502959093a0e05d55a718369a0d9f
If blocking locks are enabled, avoid using the busy handler when blocked by another process running recovery.

FossilOrigin-Name: a35236757ab57c4c9b34e47c5dbc10d8f1220f8152955f5303cf9c3902ee169b
manifest
manifest.uuid
src/btree.c
src/os_unix.c
src/pager.c
src/wal.c
test/walsetlk_recover.test [new file with mode: 0644]