16 #ifndef SQL_UNION_INCLUDED
17 #define SQL_UNION_INCLUDED
19 #include "my_global.h"
25 typedef class st_select_lex_unit SELECT_LEX_UNIT;
27 bool mysql_union(THD *thd, LEX *lex, select_result *result,
28 SELECT_LEX_UNIT *unit, ulong setup_tables_done_option);