summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-01-03 16:15:40 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-01-03 16:15:40 +0200
commitca8c3be47db39319ecdc915bd50f25b5d334c2b1 (patch)
treef49f621232546a95330267bf6746bdd5bf5fd976 /sql/sql_lex.cc
parent9949ab93939369fd4dacab859428c1c4effd5cca (diff)
parent9d036f840ad5925edac419c0cb6ce838ad0f3a2f (diff)
downloadmariadb-git-ca8c3be47db39319ecdc915bd50f25b5d334c2b1.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index cf980ac02eb..b3ab9aa7ea7 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -5108,7 +5108,7 @@ void SELECT_LEX::update_used_tables()
}
Item *item;
- List_iterator_fast<Item> it(join->fields_list);
+ List_iterator_fast<Item> it(join->all_fields);
select_list_tables= 0;
while ((item= it++))
{