diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-01-03 13:44:16 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-01-03 13:44:16 +0100 |
commit | 7753a290645ca4af8b11f2fff1f47c3a64d45732 (patch) | |
tree | e421eaafa2bd26bfe8ba21fb76a13b017348d2cd /sql/sql_lex.cc | |
parent | 02e30069573b09f5d26b6c357cd8aee3e876385a (diff) | |
parent | b35290e19bda02257e4cf6c6acc6133b4e3f2372 (diff) | |
download | mariadb-git-7753a290645ca4af8b11f2fff1f47c3a64d45732.tar.gz |
Merge branch '10.2' into 10.3
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 3e5411c3428..f6df176c6a0 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -4480,7 +4480,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++)) { |