]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid using the "direct overflow read" optimization to read large blobs if the
authordrh <drh@noemail.net>
Thu, 3 Nov 2016 18:30:26 +0000 (18:30 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Nov 2016 18:30:26 +0000 (18:30 +0000)
commitfcb704549f420846894dacbfa34ca1f92c9ef45a
treea093a8bfbab9629e22885fb7bd08f00c25490ae5
parent813646c182aea9ca08d9b57a08b9c1416ce91d73
Avoid using the "direct overflow read" optimization to read large blobs if the
pager layer has a wal file open - even if the database header indicates that
the db is not a wal database.

FossilOrigin-Name: 63cfe19724b5856bd246c6fb98d3d79f8e022f71
ext/rbu/rbudor.test [new file with mode: 0644]
manifest
manifest.uuid
src/btree.c
src/pager.c
src/pager.h