Put an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the appropriate ifdef with
commit3a00d653205c577af85c2bcc9882e3bb8ef0c49d
authorD. Richard Hipp <drh@hwaci.com>
Tue, 9 Jan 2024 23:15:46 +0000 (9 23:15 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 9 Jan 2024 23:15:46 +0000 (9 23:15 +0000)
tree1a59438a4ef0b2844bac63f4c23704b2c90756d2
parentfdd50ad18ec854acb583719775a16205fb266b9b
Put an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the appropriate ifdef with
an assert on the else since the condition is always false if SETLK_TIMEOUT
is not available.
src/wal.c