• Sergey Petrunya's avatar
    Small semi-join optimization improvement: · d2929e44
    Sergey Petrunya authored
    - if we're considering FirstMatch access with one inner table, and 
      @@optimizer_switch has semijoin_with_cache flag, calculate costs
      as if we used join cache (because we will be able to do so)
    d2929e44
opt_subselect.cc 166 KB