]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Revise the implementation of OP_Once so that it is smaller, faster, and uses
authordrh <drh@noemail.net>
Sun, 18 Sep 2016 16:08:10 +0000 (16:08 +0000)
committerdrh <drh@noemail.net>
Sun, 18 Sep 2016 16:08:10 +0000 (16:08 +0000)
commit9e5eb9c8cc66320ec01298cc2e76ae6a1e29515a
tree0b928bf5c2a8af992d5487f4fb196856ced33980
parent598f7c59e140c244d616b8f7c882b7d17229f02c
Revise the implementation of OP_Once so that it is smaller, faster, and uses
less memory.  This also fixes an obscure bug introduced 3 days ago by check-in
[5990a1bdb4a073].

FossilOrigin-Name: 6bf5ba10d28f1b0a32aa9a560ae3143a1235eadb
12 files changed:
manifest
manifest.uuid
src/expr.c
src/global.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/trigger.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c