aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2016-05-09 19:58:56 +0000
committerdrh <drh@noemail.net>2016-05-09 19:58:56 +0000
commita72a15e45a322b60c8a592a971fd4142e04cdb49 (patch)
tree84eec39f2d74683d55ae36d20ee2f186ac6d48aa /src/wherecode.c
parentba1079ba2ace74d04c4add64a41f3d195fb2bb95 (diff)
downloadsqlite-a72a15e45a322b60c8a592a971fd4142e04cdb49.tar.gz
sqlite-a72a15e45a322b60c8a592a971fd4142e04cdb49.zip
Omit the unnecessary WHERE_REOPEN_IDX flag in the WHERE interface.
FossilOrigin-Name: da94a6e0ebacad8f235dcd653a25474327f26137
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index aee50c314..a42fa1f84 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -1629,7 +1629,6 @@ Bitmask sqlite3WhereCodeOneLoopStart(
){
assert( pSubWInfo->a[0].iIdxCur==iCovCur );
pCov = pSubLoop->u.btree.pIndex;
- wctrlFlags |= WHERE_REOPEN_IDX;
}else{
pCov = 0;
}