mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into 10.3
FIXME: Properly resolve conflicts between MDEV-18883 and MDEV-7742/MDEV-8305, and record the correct result for main.log_slow
This commit is contained in:
@ -611,8 +611,9 @@ st_select_lex_unit::init_prepare_fake_select_lex(THD *thd_arg,
|
||||
called at the first execution of the statement, while first_execution
|
||||
shows whether this is called at the first execution of the union that
|
||||
may form just a subselect.
|
||||
*/
|
||||
if (!fake_select_lex->first_execution && first_execution)
|
||||
*/
|
||||
if ((fake_select_lex->changed_elements & TOUCHED_SEL_COND) &&
|
||||
first_execution)
|
||||
{
|
||||
for (ORDER *order= global_parameters()->order_list.first;
|
||||
order;
|
||||
|
Reference in New Issue
Block a user