]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Cause incremental-blob read/write operations lock shared-cache tables in the same...
authordanielk1977 <danielk1977@noemail.net>
Mon, 29 Jun 2009 06:00:37 +0000 (06:00 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 29 Jun 2009 06:00:37 +0000 (06:00 +0000)
commit96d48e963ab41c42570548c52d51045aba390cb4
tree7f5e03326c3256c9b3ec178a14bb8233df94d479
parent1b1166b7c7a79f515deab2ceeb16beb2f9bc8e07
Cause incremental-blob read/write operations lock shared-cache tables in the same way as normal SQL read/writes. Add complex assert statements to make sure tehe correct shared-cache locks are held when accessing the database. Eliminate some redundant checks from btree.c. (CVS 6830)

FossilOrigin-Name: f17ef37897da9bcaf20b5acdce6840522c0a0b16
manifest
manifest.uuid
src/btree.c
src/test3.c
src/vdbe.c
src/vdbeblob.c
test/incrblob2.test
test/types.test