• unknown's avatar
    Range optimizer fix: · b482176b
    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)
    
    
    b482176b
heap_hash.result 5.53 KB