We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b61a39 commit 00c469cCopy full SHA for 00c469c
sql/sql_union.cc
@@ -2484,7 +2484,7 @@ bool st_select_lex_unit::exec_inner()
2484
/*
2485
Temporarily deactivate LIMIT ROWS EXAMINED to avoid producing potentially
2486
incomplete result of the UNION due to exceeding of the limit. It will be
2487
- re-activated upon the function exit (see SCOPE_EXIT macro above)
+ re-activated upon the function exit
2488
*/
2489
const bool limit_rows_was_activated=
2490
thd->lex->deactivate_limit_rows_examined();
0 commit comments