]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Correctly handle I/O errors that occur during OsUnlock(). Before this
authordrh <drh@noemail.net>
Fri, 7 Mar 2008 19:51:14 +0000 (19:51 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Mar 2008 19:51:14 +0000 (19:51 +0000)
commit1aa5af1151e4466cef3c1520a17a3128fe939b37
tree9334432ce99153e2dfd61103be3c5f6be7e7eae0
parent339eb0b8afd6a97fcff59778deb13f6fe9a5709e
Correctly handle I/O errors that occur during OsUnlock().  Before this
fix, an I/O error during OsUnlock() could lead to database corruption.
That is not a serious problem, though, since errors during OsUnlock()
are not possible on most systems. (CVS 4838)

FossilOrigin-Name: b4c1258edb4a40501d13c9da674d0366d5a8c694
manifest
manifest.uuid
src/os_common.h
src/os_unix.c
src/pager.c
src/test2.c
test/ioerr2.test
test/tester.tcl