]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Work around an AFP file system byte-range locking error caused by opening and closing...
authoraswift <aswift@noemail.net>
Fri, 20 Jul 2007 20:25:37 +0000 (20:25 +0000)
committeraswift <aswift@noemail.net>
Fri, 20 Jul 2007 20:25:37 +0000 (20:25 +0000)
commitf6f426be4e3d32bf0f3df91bbed880bdfa06398b
tree2e16d091935e6fd867f8999f938ea26f6302d855
parentd6e78a2e4f4824f2270c2e45916be2488c7981f3
Work around an AFP file system byte-range locking error caused by opening and closing a second file descriptor on the database file as RDWR which clears the exclusive byte-range lock and results in an fcntl error when the AFP locking code attempts to clear it afterwards.  This error is caused by the test harness and isn't a flaw in the sqlite or its implementation of AFP file locking. (CVS 4172)

FossilOrigin-Name: b2ba3e81fb1015d6f979a490e00a45fb7d5e1a9a
manifest
manifest.uuid
test/exclusive2.test