mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@@ -803,6 +803,9 @@ bool mysql_derived_prepare(THD *thd, LEX *lex, TABLE_LIST *derived)
|
||||
cursor->outer_join|= JOIN_TYPE_OUTER;
|
||||
}
|
||||
}
|
||||
// Prevent it for possible ORDER BY clause
|
||||
if (unit->fake_select_lex)
|
||||
unit->fake_select_lex->context.outer_context= 0;
|
||||
|
||||
if (unlikely(thd->trace_started()))
|
||||
{
|
||||
|
Reference in New Issue
Block a user