diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 5647484e286..6f30a1a5397 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1027,6 +1027,7 @@ public: unit_common_op common_op(); bool explainable() const; + bool is_eliminated() const; void reset_distinct(); void fix_distinct(); @@ -1040,8 +1041,6 @@ public: friend class st_select_lex; -private: - bool is_derived_eliminated() const; }; typedef class st_select_lex_unit SELECT_LEX_UNIT; |