aboutsummaryrefslogtreecommitdiff
path: root/src/select.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2019-12-13 00:49:42 +0000
committerdrh <drh@noemail.net>2019-12-13 00:49:42 +0000
commitc4938ea2ba17cdba4bd03a23b2f3cfd783f79c0a (patch)
treee2ac0d6c5ff55d0ab7e44b6b1a62c7b7ca697812 /src/select.c
parentcbb9da337e7f8dc4e6bea59399a0394ec390f1f2 (diff)
downloadsqlite-c4938ea2ba17cdba4bd03a23b2f3cfd783f79c0a.tar.gz
sqlite-c4938ea2ba17cdba4bd03a23b2f3cfd783f79c0a.zip
Tie up the loose ends in the ExprList size reduction.
FossilOrigin-Name: 59d0f3afe5249a2a6453fe7bc810c2c7beb896d3800174c7c90f9304c0b1ad88
Diffstat (limited to 'src/select.c')
-rw-r--r--src/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c
index 57bf685ed..11c25e787 100644
--- a/src/select.c
+++ b/src/select.c
@@ -5044,7 +5044,7 @@ static int selectExpander(Walker *pWalker, Select *p){
assert( zName );
if( zTName && pSub
- && sqlite3MatchSpanName(pSub->pEList->a[j].zEName, 0, zTName, 0)==0
+ && sqlite3MatchEName(&pSub->pEList->a[j], 0, zTName, 0)==0
){
continue;
}