22 #include <drizzled/common_fwd.h>
29 NESTED_LOOP_KILLED= -2,
30 NESTED_LOOP_ERROR= -1,
32 NESTED_LOOP_NO_MORE_ROWS= 1,
33 NESTED_LOOP_QUERY_LIMIT= 3,
34 NESTED_LOOP_CURSOR_LIMIT= 4
38 typedef int (*Read_record_func)(JoinTable *tab);
TODO: Rename this file - func.h is stupid.
Next_select_func setup_end_select_func(Join *join)