• sergefp@mysql.com's avatar
    Range optimizer fix: · f874071a
    sergefp@mysql.com authored
    If cost(full_scan_on_shortest_covering_index) < cost(best_range_scan) <  cost(full_table_scan)
      use full_scan_on_shortest_covering_index
    (before this fix best_range_scan was used)
    f874071a
opt_range.cc 181 KB