• Sergei Petrunia's avatar
    MDEV-8289: Semijoin inflates number of rows in query result · 9b475ee3
    Sergei Petrunia authored
    - Make semi-join optimizer not to choose LooseScan
      when 1) the index is not covered and 2) full index
      scan will be required.
    
    - Make sure that the code in make_join_select() that may change
      full index scan into a range scan is not invoked when the table
      uses full scan.
    9b475ee3
subselect_sj2.result 38.5 KB