1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

[fixup] Remove an obsolete reference to SCOPE_EXIT in a comment

This is a fixup of the 10.11->11.4 merge
426c2a6ca1 that SCOPE_EXIT from 10.11
did not survive
This commit is contained in:
Yuchen Pei
2025-10-08 17:14:59 +11:00
parent 5b61a390f7
commit 00c469cb07

View File

@@ -2484,7 +2484,7 @@ bool st_select_lex_unit::exec_inner()
/*
Temporarily deactivate LIMIT ROWS EXAMINED to avoid producing potentially
incomplete result of the UNION due to exceeding of the limit. It will be
re-activated upon the function exit (see SCOPE_EXIT macro above)
re-activated upon the function exit
*/
const bool limit_rows_was_activated=
thd->lex->deactivate_limit_rows_examined();