• Igor Babaev's avatar
    MDEV-21932 A fast plan with ROR index-merge is ignored when · 5af12e46
    Igor Babaev authored
              'index_merge_sort_union=off'
    
    When index_merge_sort_union is set to 'off' and  index_merge_union is set
    to 'on' then any evaluated index merge scan must consist only of ROR scans.
    The cheapest out of such index merges must be chosen. This index merge
    might not be the cheapest index merge.
    5af12e46
index_merge_myisam.test 9.72 KB