16 #ifndef SQL_DERIVED_INCLUDED
17 #define SQL_DERIVED_INCLUDED
23 bool mysql_handle_derived(LEX *lex,
bool (*processor)(THD *thd, LEX *lex,
25 bool mysql_handle_single_derived(LEX *lex,
TABLE_LIST *derived,
27 bool mysql_derived_prepare(THD *thd, LEX *lex,
TABLE_LIST *t);
28 bool mysql_derived_optimize(THD *thd, LEX *lex,
TABLE_LIST *t);
29 bool mysql_derived_create(THD *thd, LEX *lex,
TABLE_LIST *t);
30 bool mysql_derived_materialize(THD *thd, LEX *lex,
TABLE_LIST *t);
41 bool mysql_derived_cleanup(THD *thd, LEX *lex,
TABLE_LIST *derived);