]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In shared-cache mode, do not allow one connection to checkpoint a database while...
authordan <dan@noemail.net>
Mon, 2 Aug 2010 10:47:05 +0000 (10:47 +0000)
committerdan <dan@noemail.net>
Mon, 2 Aug 2010 10:47:05 +0000 (10:47 +0000)
commita550f2decd6c9a7d4fa309d2272b4ea0ec195a3c
tree4c4bffb39c6b592bac7fc9cbd0999b61961a14dc
parent1c320a4366c9a1da926de879fc14f0838021b044
In shared-cache mode, do not allow one connection to checkpoint a database while a second connection is reading or writing the same shared-cache.

FossilOrigin-Name: e75b52d156905ce16bedb94f65c01a4640bdfa75
manifest
manifest.uuid
src/btree.c
src/btree.h
src/main.c
test/walshared.test [new file with mode: 0644]