MDEV-8359: WHERE condition referring to inner table of left join can be sargable
Implement a technique mentioned in the MDEV. Under certain conditions, cond(inner_table.col) can be substituted for cond(outer_table.col) for the purpose of range analysis.
Showing
Please register or sign in to comment