diff options
author | drh <> | 2022-05-02 20:14:26 +0000 |
---|---|---|
committer | drh <> | 2022-05-02 20:14:26 +0000 |
commit | 689f1b924611939363e4a593c10fbce56a8ff1b7 (patch) | |
tree | b873ce7fc17cfdd4843a543f0d88c79d685c8246 /src/wherecode.c | |
parent | 63879a2c995c637c14a8f3aa1cee4e84dace56d7 (diff) | |
parent | 56f38db70037d5211cb9ec5a7acae51db16e6b77 (diff) | |
download | sqlite-689f1b924611939363e4a593c10fbce56a8ff1b7.tar.gz sqlite-689f1b924611939363e4a593c10fbce56a8ff1b7.zip |
Merge trunk fixes into the right-join branch.
FossilOrigin-Name: e01f4c05c21e89dcc7985e00874f288d9ba5d5d932f7284f8d970bd3145ac0c2
Diffstat (limited to 'src/wherecode.c')
-rw-r--r-- | src/wherecode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c index d4470ac4d..6f5a85386 100644 --- a/src/wherecode.c +++ b/src/wherecode.c @@ -1259,7 +1259,6 @@ static int whereIndexExprTransNode(Walker *p, Expr *pExpr){ pExpr->op = TK_COLUMN; pExpr->iTable = pX->iIdxCur; pExpr->iColumn = pX->iIdxCol; - testcase( ExprHasProperty(pExpr, EP_Skip) ); testcase( ExprHasProperty(pExpr, EP_Unlikely) ); ExprClearProperty(pExpr, EP_Skip|EP_Unlikely|EP_WinFunc|EP_Subrtn); pExpr->y.pTab = 0; |