]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not invoke the busy callback when trying to promote a lock from SHARED
authordrh <drh@noemail.net>
Sat, 7 Aug 2004 23:54:48 +0000 (23:54 +0000)
committerdrh <drh@noemail.net>
Sat, 7 Aug 2004 23:54:48 +0000 (23:54 +0000)
commit1d64fc1a5e105960a93c33d892f333b8eb42bf78
tree22b300716ac6e461a81fd324615bc4eb19687402
parent00afe0b374d25f702c87a349edc93e09430a7d22
Do not invoke the busy callback when trying to promote a lock from SHARED
to RESERVED.  This avoids a deadlock. (CVS 1879)

FossilOrigin-Name: d33771a303d9c20dd477b1a973024ff763203211
manifest
manifest.uuid
src/pager.c
src/sqliteInt.h
src/vdbe.c
test/bigrow.test
test/lock.test