]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the new optional "unix-excl" VFS. This VFS grabs an exclusive lock on
authordrh <drh@noemail.net>
Sat, 12 Mar 2011 17:02:57 +0000 (17:02 +0000)
committerdrh <drh@noemail.net>
Sat, 12 Mar 2011 17:02:57 +0000 (17:02 +0000)
commita7e61d8b247ded7b5b2283e6b598fb4cc1b7895a
tree7b558a5a494cff4d7a5928eefc8c877fb94aa3cf
parent11c58f7d8e3b17c674acbfc2ce5b51c0e71121e2
Add the new optional "unix-excl" VFS.  This VFS grabs an exclusive lock on
the database preventing other processes from accessing it, but continues to
allow other database connections from the same process.

FossilOrigin-Name: 00051c3296e11211b2bb5ae28f016b17dca857d7
manifest
manifest.uuid
src/os_unix.c
src/shell.c