diff options
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 08c5887c857..6350cd73189 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1411,7 +1411,8 @@ public: bool group_sent; bool is_for_splittable_grouping_derived; - bool with_two_phase_optimization; + bool with_two_phase_optimization; + ORDER *partition_list; JOIN_TAB *sort_and_group_aggr_tab; |