Fix for BUG#13455: Make "ref" optimizer able to make this inference:
"t.key BETWEEN c1 AND c2" and c1 = c2 -> can access table t using "t.key = c1".
Showing
Please register or sign in to comment
"t.key BETWEEN c1 AND c2" and c1 = c2 -> can access table t using "t.key = c1".