]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change os_unix.c to propagate ENOENT errors back to sqlite as SQLITE_IOERR_DELETE_NOE...
authordan <dan@noemail.net>
Fri, 9 Nov 2012 20:17:26 +0000 (20:17 +0000)
committerdan <dan@noemail.net>
Fri, 9 Nov 2012 20:17:26 +0000 (20:17 +0000)
commit9fc5b4a5399144db31b1bf88632ea615dcd5fb2f
treed1182f52492414c555c4b381b628fe2286518eae
parent9c0a8ee57c5ab9cd2c4547a669ad7f7b84791e20
Change os_unix.c to propagate ENOENT errors back to sqlite as SQLITE_IOERR_DELETE_NOENT. Have SQLite ignore these where they are benign and propagate them back to the caller where they may indicate a file-system malfunction of some description.

FossilOrigin-Name: bed9c172ce624ab7b5b9de9ad42444891717ad9a
manifest
manifest.uuid
src/os_unix.c
src/pager.c
src/sqlite.h.in
test/pager1.test