]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rename the unused MEM2 static mutex to OPEN and reuse it to serialize access
authordrh <drh@noemail.net>
Fri, 20 Mar 2009 13:15:30 +0000 (13:15 +0000)
committerdrh <drh@noemail.net>
Fri, 20 Mar 2009 13:15:30 +0000 (13:15 +0000)
commit7555d8ec40616c89d4ae27527b8b90698cf6ec8b
treea4035c5ec57dd79a5942665ef94a874b3510a32f
parentdf0f3c06b6383b432f89bbd7f99e955b4ffb7be6
Rename the unused MEM2 static mutex to OPEN and reuse it to serialize access
to the sqlite3BtreeOpen() routine to prevent a race condition on detection
of sharable caches.  Ticket #3735. (CVS 6363)

FossilOrigin-Name: 19fa5a29b97f017a9e176e48c848100299ba6920
manifest
manifest.uuid
src/btree.c
src/sqlite.h.in
src/test_mutex.c
test/mutex1.test