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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 2b7fc8fd47c..affa0fd3ed4 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -1742,8 +1742,6 @@ private:
*/
bool implicit_grouping;
bool make_simple_join(JOIN *join, TABLE *tmp_table);
- void transform_and_change_in_all_fields(Item** item,
- Item_transformer transformer);
};