From a97ca9fe5b30304ea28c1886758abbfa7c9cf5c1 Mon Sep 17 00:00:00 2001 From: Eugene Kosov Date: Tue, 29 May 2018 17:47:46 +0300 Subject: remove dead code --- sql/sql_derived.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/sql/sql_derived.h b/sql/sql_derived.h index 621a6e9ec24..abfdb007072 100644 --- a/sql/sql_derived.h +++ b/sql/sql_derived.h @@ -24,20 +24,6 @@ bool mysql_handle_derived(LEX *lex, uint phases); bool mysql_handle_single_derived(LEX *lex, TABLE_LIST *derived, uint phases); bool mysql_derived_reinit(THD *thd, LEX *lex, TABLE_LIST *derived); -/** - Cleans up the SELECT_LEX_UNIT for the derived table (if any). - - @param thd Thread handler - @param lex LEX for this thread - @param derived TABLE_LIST for the derived table - - @retval false Success - @retval true Failure -*/ -bool mysql_derived_cleanup(THD *thd, LEX *lex, TABLE_LIST *derived); - -Item *delete_not_needed_parts(THD *thd, Item *cond); - bool pushdown_cond_for_derived(THD *thd, Item *cond, TABLE_LIST *derived); #endif /* SQL_DERIVED_INCLUDED */ -- cgit v1.2.1