diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-17 15:42:36 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-17 15:42:36 +0300 |
commit | 339a290d220551255f9995372f632d6d65a05e06 (patch) | |
tree | 4e5e8e53a6417c094058ad3f0ab1951aae28af04 /sql/sql_lex.cc | |
parent | b87873b221fffccae622d4d52d9d1219e306a98f (diff) | |
parent | 934b8312817d4e8e0387fae0bd9cca3ffafbc7de (diff) | |
download | mariadb-git-339a290d220551255f9995372f632d6d65a05e06.tar.gz |
Merge remote-tracking branch 'origin/5.5' into 10.0
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index de450b8ede8..9351b7f61a9 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1865,6 +1865,7 @@ void st_select_lex::init_query() leaf_tables_prep.empty(); leaf_tables.empty(); item_list.empty(); + min_max_opt_list.empty(); join= 0; having= prep_having= where= prep_where= 0; olap= UNSPECIFIED_OLAP_TYPE; |