diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-11-03 09:29:21 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-11-03 09:29:21 +0400 |
commit | 5fc79476b522e6b2f5cd91ed79565fc3a09e9dd0 (patch) | |
tree | 92a82b5f5735d7ec089032e2ce07a89d077c43ed /sql/sql_select.h | |
parent | 7a63a7dc6d0c959c48b88dbea8e848c7bf4a0b88 (diff) | |
parent | beac522b550b0c8b9c7a4451bf1b851e83fd828f (diff) | |
download | mariadb-git-5fc79476b522e6b2f5cd91ed79565fc3a09e9dd0.tar.gz |
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 1a94ec2894f..9eb7a72c987 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1709,6 +1709,7 @@ private: void optimize_distinct(); void cleanup_item_list(List<Item> &items) const; + bool add_having_as_table_cond(JOIN_TAB *tab); bool make_aggr_tables_info(); }; |