108
108
static bool only_eq_ref_tables(JOIN *join, order_st *order, table_map tables);
109
109
static void update_depend_map(JOIN *join);
110
110
static void update_depend_map(JOIN *join, order_st *order);
111
static order_st *remove_const(JOIN *join,order_st *first_order,COND *cond,
111
static order_st *remove_constants(JOIN *join,order_st *first_order,COND *cond,
113
113
static int return_zero_rows(JOIN *join, select_result *res,TableList *tables,
114
114
List<Item> &fields, bool send_row,
115
115
uint64_t select_options, const char *info,