]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When a database file is opened, try to find an unused file descriptor to reuse. ...
authordan <dan@noemail.net>
Fri, 21 Aug 2009 17:18:03 +0000 (17:18 +0000)
committerdan <dan@noemail.net>
Fri, 21 Aug 2009 17:18:03 +0000 (17:18 +0000)
commit08da86a68e1991d01f39c3bb40f9717f1b3708fd
treeb5e974b86a3e45d788d3b790b608f9f141c22377
parentd00151613a780df55536fe77ffbcc1a879fb929e
When a database file is opened, try to find an unused file descriptor to reuse.  This change affects unix (and other systems that use os_unix.c) only. Fix for cvstrac ticket [http://www.sqlite.org/cvstrac/tktview?tn=4018|#4018].

FossilOrigin-Name: 9b4d9ab62d687289837b13b07885e72cc3abe8a9
manifest
manifest.uuid
src/os_unix.c
test/tkt4018.test [new file with mode: 0644]