Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Fix Version/s: 10.6.0
-
Component/s: Optimizer
-
Labels:
Description
Find this code in sql_select.cc:
if (conds) |
{
|
conds= substitute_for_best_equal_field(thd, NO_PARTICULAR_TAB, conds,
|
having= substitute_for_best_equal_field(thd, NO_PARTICULAR_TAB, having,
|
having_equal, map2table, false);
|
and subsequent calls for ON and select list.
Print the conditions after the substitution.