aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 2e616ad59..fbb40ad4e 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -1845,7 +1845,7 @@ Bitmask sqlite3WhereCodeOneLoopStart(
}
if( pLevel->regFilter ){
sqlite3VdbeAddOp4Int(v, OP_Filter, pLevel->regFilter, addrNxt,
- regBase, nConstraint);
+ regBase, nEq);
}
op = aStartOp[(start_constraints<<2) + (startEq<<1) + bRev];