mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MWL#89: Address review feedback (by Sergey Petrunia)
mysql-test/r/subselect4.result: Moved test case for LP BUG#718593 into the correct test file subselect_mat_cost_bugs.test. mysql-test/t/subselect4.test: Moved test case for LP BUG#718593 into the correct test file subselect_mat_cost_bugs.test.
This commit is contained in:
@ -3123,7 +3123,7 @@ bool st_select_lex::optimize_unflattened_subqueries()
|
||||
un->set_limit(un->global_parameters);
|
||||
un->thd->lex->current_select= sl;
|
||||
save_options= inner_join->select_options;
|
||||
if (un->outer_select()->options & SELECT_DESCRIBE)
|
||||
if (options & SELECT_DESCRIBE)
|
||||
{
|
||||
/* Optimize the subquery in the context of EXPLAIN. */
|
||||
sl->set_explain_type();
|
||||
|
Reference in New Issue
Block a user