]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an obscure race condition that can occur when multiple threads, shared cache...
authordanielk1977 <danielk1977@noemail.net>
Mon, 23 Mar 2009 17:11:26 +0000 (17:11 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 23 Mar 2009 17:11:26 +0000 (17:11 +0000)
commita8bbef84bf3214905ceb9ea32fc249010dbde41a
tree14594a477429fb069f01068b39d30e208ffde5f0
parentbc73971db6162bf60d775775b180cea06615b29c
Fix an obscure race condition that can occur when multiple threads, shared cache and DDL statements are combined. Enhance notify2.test to test this scenario. (CVS 6373)

FossilOrigin-Name: 92ec5975123284aff3a69ee16c397d9e2a844c0b
manifest
manifest.uuid
src/prepare.c
src/test_thread.c
src/vdbe.c
test/notify2.test