]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix for #2409. Return SQLITE_IOERR_BLOCKED instead of SQLITE_BUSY in cases where...
authordanielk1977 <danielk1977@noemail.net>
Wed, 13 Jun 2007 15:22:28 +0000 (15:22 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 13 Jun 2007 15:22:28 +0000 (15:22 +0000)
commite965ac77737585dce3b58e1e318856020920bf5e
tree7ebbf622698815ad609bb04188f982ca4e4732cd
parent109b43507d7df7862b762c56f9cd1246f79f03ec
Fix for #2409. Return SQLITE_IOERR_BLOCKED instead of SQLITE_BUSY in cases where failure to obtain a database lock leaves the cache in an inconsistent state.
See additional information at CorruptionFollowingBusyError. (CVS 4060)

FossilOrigin-Name: ce2c9925d06315d73fb5fd0c7265fb4cd65665aa
manifest
manifest.uuid
src/pager.c
src/sqlite.h.in
src/vdbeaux.c
test/tkt2409.test [new file with mode: 0644]