]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In os_unix.c, do not open the directory containing the database file when
authordrh <drh@noemail.net>
Mon, 8 Aug 2011 23:48:40 +0000 (23:48 +0000)
committerdrh <drh@noemail.net>
Mon, 8 Aug 2011 23:48:40 +0000 (23:48 +0000)
commit0059eae3674c68826d9037c6fac8be271e0a991b
tree90e5c5741345e72c30a53f1696a4e02da406f421
parent036ac7fa90afe12eb267e76fbfd94c239a871ac6
In os_unix.c, do not open the directory containing the database file when
the database file is opened.  Instead, wait until time to fsync() the
directory.  And do not report an error if the open fails, since some
systems (Ex: AIX and a chromium sandbox) are unable to open and fsync
directories.

FossilOrigin-Name: 713b1b7dc1296e9cee42aeaad8c85528155f721d
manifest
manifest.uuid
src/os_unix.c