]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add error code SQLITE_BUSY_TIMEOUT, used internally by the OS layer to indicate that...
authordan <dan@noemail.net>
Wed, 6 May 2020 20:27:18 +0000 (20:27 +0000)
committerdan <dan@noemail.net>
Wed, 6 May 2020 20:27:18 +0000 (20:27 +0000)
commit7bb8b8a4f743c1bab707a01ba61c7f1fe3695195
treed5f6b07d1337e92abbbd857fd1b4ebec4525424b
parentfc87ab8c4ab229a2adae3297148eb3ebdad1134f
Add error code SQLITE_BUSY_TIMEOUT, used internally by the OS layer to indicate that a call to xShmLock() has failed due to timeout of a blocking lock.

FossilOrigin-Name: f3ef9c7c2b4ba3de1057ad569f068b241d5f23e6629d8e0dacf85e57fd13b8aa
manifest
manifest.uuid
src/btree.c
src/os_unix.c
src/sqlite.h.in
src/wal.c
test/walsetlk.test