Skip to content

Commit

Permalink
Cleanup: garbage hunk
Browse files Browse the repository at this point in the history
  • Loading branch information
midenok committed Oct 3, 2016
1 parent cecac85 commit 8f6d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_select.cc
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ void remove_redundant_subquery_clauses(st_select_lex *subq_select_lex)
subq_select_lex->group_list.empty();
DBUG_PRINT("info", ("GROUP BY removed"));
}

/*
TODO: This would prevent processing quries with ORDER BY ... LIMIT
therefore we disable this optimization for now.
Expand Down

0 comments on commit 8f6d87e

Please sign in to comment.