]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Get rid of OP_Dup, OP_MemStore, OP_MemLoad, and OP_MemMove. Replace
authordrh <drh@noemail.net>
Sat, 5 Jan 2008 04:06:03 +0000 (04:06 +0000)
committerdrh <drh@noemail.net>
Sat, 5 Jan 2008 04:06:03 +0000 (04:06 +0000)
commitb1fdb2adea877989a87abb4e7426a34254e43b6c
treed83d76b1424e3f9f14762ed988348d95315d25cd
parent4c583128bd7c86d535a81af38665866213020164
Get rid of OP_Dup, OP_MemStore, OP_MemLoad, and OP_MemMove.  Replace
with OP_Copy, OP_SCopy, and OP_Move.  Add the infrastructure for
operation properties in1, in2, in3, out2, and out3 but do not yet
use any of these. (CVS 4682)

FossilOrigin-Name: cc149eb9ca3c672cc6fea3528353234ac2ed5745
15 files changed:
manifest
manifest.uuid
mkopcodeh.awk
src/analyze.c
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/pragma.c
src/select.c
src/trigger.c
src/update.c
src/vdbe.c
src/where.c
test/incrblob.test