summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h3
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;