]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Revise the initialization and shutdown logic so that it no longer keeps
authordrh <drh@noemail.net>
Tue, 12 Aug 2008 15:21:11 +0000 (15:21 +0000)
committerdrh <drh@noemail.net>
Tue, 12 Aug 2008 15:21:11 +0000 (15:21 +0000)
commit93ed56d9ea71c0d6a6a135a368102101a293a384
tree7804d006df554c2f572a0b72bb05cdb7e1ceb86e
parent44a376f6b4201e89f6c39ba0fb5d232c030f37da
Revise the initialization and shutdown logic so that it no longer keeps
a recursive mutex allocated for the whole interval but instead releases
the mutex as soon as possible.  Do not reset status values upon initialization. (CVS 5559)

FossilOrigin-Name: 697fe7a3167c22a3232ce154e9d47cf75af613c4
manifest
manifest.uuid
src/main.c
src/sqliteInt.h
src/status.c
test/memsubsys1.test
test/memsubsys2.test