summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 98bec985a64..22ffe6dabe5 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1496,9 +1496,6 @@ public:
void collect_grouping_fields_for_derived(THD *thd, ORDER *grouping_list);
bool collect_grouping_fields(THD *thd);
bool collect_fields_equal_to_grouping(THD *thd);
- void check_cond_extraction_for_grouping_fields(THD *thd, Item *cond);
- Item *build_cond_for_grouping_fields(THD *thd, Item *cond,
- bool no_to_clones);
List<Window_spec> window_specs;
void prepare_add_window_spec(THD *thd);