]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add tests and fix bugs in the new cross-thread lock resolution code.
authordrh <drh@noemail.net>
Sun, 15 Jan 2006 02:30:57 +0000 (02:30 +0000)
committerdrh <drh@noemail.net>
Sun, 15 Jan 2006 02:30:57 +0000 (02:30 +0000)
commit64b1bea3ba506ebd4d2730f9a7450289a9e9b4fc
tree22d9a0f841d1c5891d23626cfd55737cb913cc40
parent029b44bdd396478ffe00bce730023a7eae047eec
Add tests and fix bugs in the new cross-thread lock resolution code.
When an unlock fails, do not leak file descriptors (ticket #1611).
But we really ought to report SQLITE_MISUSE or some other error instead
of just returning SQLITE_OK. (CVS 2945)

FossilOrigin-Name: f68e05cb2be65fad43fac823b2a9c53b6d2e797d
manifest
manifest.uuid
src/os_unix.c
src/test1.c
src/test4.c
test/thread2.test [new file with mode: 0644]