]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not protected...
authordanielk1977 <danielk1977@noemail.net>
Thu, 10 Jul 2008 17:52:49 +0000 (17:52 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 10 Jul 2008 17:52:49 +0000 (17:52 +0000)
commit9a6284c1bba40b606a01356ebe962691e1ce256a
tree23dc252d6c87353e8b125b02d4ce80d9144b0478
parent93a960a0a8a537784e4f40db2ad06686618a234e
Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not protected by an internal mutex. (CVS 5387)

FossilOrigin-Name: 7e58b78712420b3bd4320192a58d89eb71eecc9c
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/tclsqlite.c
src/test_mutex.c
test/mutex1.test
test/permutations.test
test/tclsqlite.test