aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
authordan <dan@noemail.net>2016-07-26 18:15:35 +0000
committerdan <dan@noemail.net>2016-07-26 18:15:35 +0000
commitd9ed09d47b37b7dafa98e0456614fbac5cd94e47 (patch)
tree3e901a1fef04753aa4ba307deffb49427e5fb519 /src/wherecode.c
parent8da209b169b1ab73b70573de6d91fca6053852f2 (diff)
parent2900a6222f475f4d495c302aa5d5aab3dc1f0237 (diff)
downloadsqlite-d9ed09d47b37b7dafa98e0456614fbac5cd94e47.tar.gz
sqlite-d9ed09d47b37b7dafa98e0456614fbac5cd94e47.zip
Merge latest trunk changes into this branch.
FossilOrigin-Name: d4f3d52c5a11fc7ad7e8cad76361edbcef13a12f
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 69dd2e97f..892831d82 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -1416,6 +1416,7 @@ Bitmask sqlite3WhereCodeOneLoopStart(
}else{
startEq = 1;
}
+ bSeekPastNull = 0;
}else if( bSeekPastNull ){
sqlite3VdbeAddOp2(v, OP_Null, 0, regBase+nEq);
nConstraint++;