]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In shared-cache mode, make sure the busy hander invoked is the
authordrh <drh@noemail.net>
Fri, 7 Dec 2007 18:55:28 +0000 (18:55 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Dec 2007 18:55:28 +0000 (18:55 +0000)
commite5fe690d75d9b98e91428d949deb7e53622b1010
tree490439062a01a866b5938560b9158707317bf089
parentb9175aed38928673009df9e7a87bbf4e845d3519
In shared-cache mode, make sure the busy hander invoked is the
busy handler associated with the database connection that caused
the lock contention in the first place. (CVS 4598)

FossilOrigin-Name: c9eb65912f61ce0a6b66fe253652a1827e46b12a
manifest
manifest.uuid
src/btmutex.c
src/btree.c
src/btree.h
src/btreeInt.h
src/main.c
src/pager.c
src/sqliteInt.h
src/test3.c