]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Cache the sqlite3_context structure in the P4 operand of VDBE programs
authordrh <drh@noemail.net>
Fri, 26 Jun 2015 18:16:52 +0000 (18:16 +0000)
committerdrh <drh@noemail.net>
Fri, 26 Jun 2015 18:16:52 +0000 (18:16 +0000)
commit9c7c913cd6d2df5203d4b9426c96ebbee8bd4e32
tree63554f073a9ae8eab954a820488a2737707e7ec7
parent68cdd0eda2c4957eb0b6afcc02d37b910da3fdfc
Cache the sqlite3_context structure in the P4 operand of VDBE programs
for faster SQL function dispatch.

FossilOrigin-Name: 2abc44eb3b9d489321baa50bc25e17dafbda3687
manifest
manifest.uuid
mkopcodeh.awk
src/analyze.c
src/attach.c
src/expr.c
src/select.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c