1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Consolidate some code on this branch.

FossilOrigin-Name: a85c63daa640e02fdfd891a05a1a09e848c9621a5dd6e112338451008623ecbb
This commit is contained in:
dan
2020-03-21 15:10:40 +00:00
parent 00bd55e1ae
commit 465c2b8964
8 changed files with 37 additions and 41 deletions

View File

@@ -227,9 +227,6 @@ static int lookupName(
assert( zCol ); /* The Z in X.Y.Z cannot be NULL */
assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
static int nCall = 0;
nCall++;
/* Initialize the node to no-match */
pExpr->iTable = -1;
ExprSetVVAProperty(pExpr, EP_NoReduce);