Commit 8f5bdb00 authored by unknown's avatar unknown

code cleanup

parent 946391f4
...@@ -136,7 +136,7 @@ int st_select_lex_unit::prepare(THD *thd, select_result *sel_result, ...@@ -136,7 +136,7 @@ int st_select_lex_unit::prepare(THD *thd, select_result *sel_result,
found_rows_for_union= first_select()->options & OPTION_FOUND_ROWS && found_rows_for_union= first_select()->options & OPTION_FOUND_ROWS &&
global_parameters->select_limit; global_parameters->select_limit;
if (found_rows_for_union) if (found_rows_for_union)
first_select()->options ^= OPTION_FOUND_ROWS; first_select()->options&= ~OPTION_FOUND_ROWS;
} }
if (t_and_f) if (t_and_f)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment