]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use mkdir() and rmdir() rather than open() and unlink() to create the lock
authordrh <drh@noemail.net>
Fri, 4 Nov 2011 02:24:02 +0000 (02:24 +0000)
committerdrh <drh@noemail.net>
Fri, 4 Nov 2011 02:24:02 +0000 (02:24 +0000)
commit9ef6bc427a4c31266a9282b8cc7df894ad933a6e
tree25a09db9a4a5e6f1a349decf66ae21aa6c333a18
parent6ac7a58b144906b70f184c6731668c2b0a1dec3d
Use mkdir() and rmdir() rather than open() and unlink() to create the lock
files with the unix-dotlock VFS.  The change is backwards compatible and,
we are told, works better on some network filesystems.

FossilOrigin-Name: e2f08426d7a84a2ac6148f485b7af377201a175b
manifest
manifest.uuid
src/os_unix.c
test/syscall.test