MDEV-8289: Semijoin inflates number of rows in query result
- 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.
Showing
Please register or sign in to comment