720
return test_quick_select(thd, tmp, 0, limit, force_quick_range, FALSE) < 0;
710
return test_quick_select(thd, tmp, 0, limit, force_quick_range, false) < 0;
722
712
inline bool skip_record() { return cond ? cond->val_int() == 0 : 0; }
723
713
int test_quick_select(THD *thd, key_map keys, table_map prev_tables,