711
711
return test_quick_select(thd, tmp, 0, limit, force_quick_range, false) < 0;
713
713
inline bool skip_record() { return cond ? cond->val_int() == 0 : 0; }
714
int test_quick_select(THD *thd, key_map keys, table_map prev_tables,
714
int test_quick_select(Session *thd, key_map keys, table_map prev_tables,
715
715
ha_rows limit, bool force_quick_range,
720
720
struct st_table_ref *ref,
722
722
uint32_t get_index_for_order(Table *table, order_st *order, ha_rows limit);