Skip to content

Commit 00c469c

Browse files
[fixup] Remove an obsolete reference to SCOPE_EXIT in a comment
This is a fixup of the 10.11->11.4 merge 426c2a6 that SCOPE_EXIT from 10.11 did not survive
1 parent 5b61a39 commit 00c469c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_union.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ bool st_select_lex_unit::exec_inner()
24842484
/*
24852485
Temporarily deactivate LIMIT ROWS EXAMINED to avoid producing potentially
24862486
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)
2487+
re-activated upon the function exit
24882488
*/
24892489
const bool limit_rows_was_activated=
24902490
thd->lex->deactivate_limit_rows_examined();

0 commit comments

Comments
 (0)