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:
@ -2409,6 +2409,7 @@ void st_select_lex::init_query()
|
||||
n_sum_items= 0;
|
||||
n_child_sum_items= 0;
|
||||
hidden_bit_fields= 0;
|
||||
fields_in_window_functions= 0;
|
||||
subquery_in_having= explicit_limit= 0;
|
||||
is_item_list_lookup= 0;
|
||||
changed_elements= 0;
|
||||
@ -2970,7 +2971,8 @@ bool st_select_lex::setup_ref_array(THD *thd, uint order_group_num)
|
||||
select_n_having_items +
|
||||
select_n_where_fields +
|
||||
order_group_num +
|
||||
hidden_bit_fields) * 5;
|
||||
hidden_bit_fields +
|
||||
fields_in_window_functions) * 5;
|
||||
if (!ref_pointer_array.is_null())
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user