• unknown's avatar
    Range optimizer fix: · cfecdcd3
    unknown 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)
    
    cfecdcd3
func_like.result 3.15 KB