summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2018-05-29 19:06:15 +0300
committerSergey Vojtovich <svoj@mariadb.org>2019-03-22 22:33:27 +0400
commit53216091dd27f9bfc3cf4a47f0b883f878e7331d (patch)
treeceb438690948601ca68a697af602745b4cfa3e9f /sql/sql_lex.h
parenta97ca9fe5b30304ea28c1886758abbfa7c9cf5c1 (diff)
downloadmariadb-git-53216091dd27f9bfc3cf4a47f0b883f878e7331d.tar.gz
remove dead code
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 84d156a4843..72ca4ac0b43 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -729,11 +729,6 @@ public:
friend bool mysql_new_select(LEX *lex, bool move_down, SELECT_LEX *sel);
friend bool mysql_make_view(THD *thd, TABLE_SHARE *share, TABLE_LIST *table,
bool open_view_no_parse);
- friend bool mysql_derived_prepare(THD *thd, LEX *lex,
- TABLE_LIST *orig_table_list);
- friend bool mysql_derived_merge(THD *thd, LEX *lex,
- TABLE_LIST *orig_table_list);
- friend bool TABLE_LIST::init_derived(THD *thd, bool init_view);
private:
void fast_exclude();
};