diff options
author | drh <drh@noemail.net> | 2001-11-09 13:41:09 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2001-11-09 13:41:09 +0000 |
commit | ce927065c21c89a019ff8601da8ae64b473f048d (patch) | |
tree | e6f545fefbdce72d8e5146c0349a9fc59650ffe8 /src/where.c | |
parent | 487ab3ca18834979fe1a3e08ba03296caa2b518e (diff) | |
download | sqlite-ce927065c21c89a019ff8601da8ae64b473f048d.tar.gz sqlite-ce927065c21c89a019ff8601da8ae64b473f048d.zip |
Bug fixes. (CVS 306)
FossilOrigin-Name: 84997fda33fd6ce93b821d3da3a7251cf60e06ec
Diffstat (limited to 'src/where.c')
-rw-r--r-- | src/where.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/where.c b/src/where.c index 9efbef043..ba4f46ec8 100644 --- a/src/where.c +++ b/src/where.c @@ -13,7 +13,7 @@ ** the WHERE clause of SQL statements. Also found here are subroutines ** to generate VDBE code to evaluate expressions. ** -** $Id: where.c,v 1.26 2001/11/08 00:45:22 drh Exp $ +** $Id: where.c,v 1.27 2001/11/09 13:41:10 drh Exp $ */ #include "sqliteInt.h" @@ -409,7 +409,6 @@ WhereInfo *sqliteWhereBegin( if( goDirect ){ /* Case 1: We can directly reference a single row using the ROWID field. */ - cont = brk; for(k=0; k<nExpr; k++){ if( aExpr[k].p==0 ) continue; if( aExpr[k].idxLeft==idx |