]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Invert the meaning of the regBignull flag so that it is 1 when doing the
authordrh <drh@noemail.net>
Fri, 23 Aug 2019 13:32:03 +0000 (13:32 +0000)
committerdrh <drh@noemail.net>
Fri, 23 Aug 2019 13:32:03 +0000 (13:32 +0000)
commitec3dda5b11f527c69f1007fa60ba2765e0a5628b
tree855f6a265650aa711e4de216877b1e15a397f042
parent74e1b861ad749a00966583c29f0e2d8dfb510c82
Invert the meaning of the regBignull flag so that it is 1 when doing the
normal scan and 1 when scanning nulls.  This enables the re-do jump at the
bottom of the loop to be coded with a single OP_IfNotZero opcode, rather
than a sequence of OP_If, OP_Integer, OP_Goto.

FossilOrigin-Name: bf875e1a259a4167694e06349458452dc36c1d38aa6843518d9ae46ce74e5559
manifest
manifest.uuid
src/where.c
src/whereInt.h
src/wherecode.c