]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the OPFLAG_CLEARCACHE flag from OP_Column. In its place, change the
authordrh <drh@noemail.net>
Mon, 13 Oct 2014 13:00:58 +0000 (13:00 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Oct 2014 13:00:58 +0000 (13:00 +0000)
commit6cf4a7dfa65fb5c4d16aca12d1065bd04257c831
tree0710d028c09c43c0edbb763e94a4b6bc910c5cfd
parentb53a5a9e50d376a6cda897ce629f4af55b96c193
Remove the OPFLAG_CLEARCACHE flag from OP_Column.  In its place, change the
P3 parameter of OP_SorterData to be the index of the pseudo-table cursor whose
record header cache is to be cleared.  This gives a small size reduction
and performance increase.

FossilOrigin-Name: 20062f49428a2349a2dd705af570c60b499a3eef
manifest
manifest.uuid
src/build.c
src/select.c
src/sqliteInt.h
src/vdbe.c