]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only log unlink() errors if the error is something other than
authordrh <drh@noemail.net>
Fri, 9 Nov 2012 21:40:02 +0000 (21:40 +0000)
committerdrh <drh@noemail.net>
Fri, 9 Nov 2012 21:40:02 +0000 (21:40 +0000)
commitb43081675d225ef7c5dfbab3adfbeb6c9b509ed2
treef8cab41541643dc2709f1ef8165d12275030c589
parent9fc5b4a5399144db31b1bf88632ea615dcd5fb2f
Only log unlink() errors if the error is something other than
SQLITE_IOERR_DELETE_NOENT.  The error is still reported up the stack, it
is simply not added to the sqlite3_log().

FossilOrigin-Name: 5a3b07f0f5dfae7eea870303f52f37d6a17f1da2
manifest
manifest.uuid
src/os_unix.c