]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the os_unix.c implementation of xOpen(), do not return
authordan <dan@noemail.net>
Tue, 9 Jan 2018 20:34:53 +0000 (20:34 +0000)
committerdan <dan@noemail.net>
Tue, 9 Jan 2018 20:34:53 +0000 (20:34 +0000)
commit9898c4a0c4ebe63f4ce5bacc8e133c83240c06e6
tree8985266d9fb47ba3d3a7337bd325a155946b4709
parentc48e0271f63cce3a122b4e94f95efc5c3a02556a
In the os_unix.c implementation of xOpen(), do not return
SQLITE_READONLY_DIRECTORY in cases where the file cannot be opened for reasons
other than a readonly directory, such as the process running out of file
descriptors.

FossilOrigin-Name: fa8b80bb967792de99808712ac03e37ace0f11eb8fbe444aacd3d19184c425ea
manifest
manifest.uuid
src/os_unix.c