]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the OP_Trace opcode to OP_Init and give it the ability to jump to the
authordrh <drh@noemail.net>
Sat, 8 Feb 2014 01:40:27 +0000 (01:40 +0000)
committerdrh <drh@noemail.net>
Sat, 8 Feb 2014 01:40:27 +0000 (01:40 +0000)
commitaceb31b1205c01e933619b05a5f11b0280e2faed
tree3503d2ab689ef8186eb3f12dbc6b829ca2b93dac
parent642364a48b21341a5b23ef9b0cc771cba4f2d7c2
Change the OP_Trace opcode to OP_Init and give it the ability to jump to the
initialization code at the bottom of the program, thus avoiding the need for
an extra OP_Goto.

FossilOrigin-Name: 192dea97316144f15f6dd0eabff08a0bf9ef203e
manifest
manifest.uuid
src/build.c
src/insert.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/vdbe.c
src/vdbeaux.c
src/where.c