Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
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.