mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -9392,7 +9392,7 @@ SELECT_LEX *LEX::parsed_subselect(SELECT_LEX_UNIT *unit)
|
||||
(curr_sel == NULL && current_select == &builtin_select));
|
||||
if (curr_sel)
|
||||
{
|
||||
curr_sel->register_unit(unit, &curr_sel->context);
|
||||
curr_sel->register_unit(unit, context_stack.head());
|
||||
curr_sel->add_statistics(unit);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user