diff --git a/sql/sql_select.cc b/sql/sql_select.cc index e30b917fe1c..09c0a8e4daf 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -10555,7 +10555,6 @@ void JOIN_TAB::remove_redundant_bnl_scan_conds() cache->get_join_alg() == JOIN_CACHE::BNLH_JOIN_ALG))) return; - /* select->cond is not processed separately. This method assumes it is always the same as select_cond.