You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4282 Follow up on the previous commit.
Activate statement arena for: 1. disable_indices_for_CEJ() 2. in_subselect_rewrite() for prepared statements
This commit is contained in:
@ -276,6 +276,8 @@ void in_subselect_rewrite_walk(const Item* item_arg, void* arg)
|
||||
*result= sub->create_in_to_exists_cond(join);
|
||||
*result= (*result) ? *result :
|
||||
sub->inject_in_to_exists_cond(join);
|
||||
sub->unit->first_select()->prep_where=
|
||||
join->conds ? join->conds->copy_andor_structure(current_thd) : 0;
|
||||
}
|
||||
else if (typeid(*item) == typeid(Item_singlerow_subselect))
|
||||
{
|
||||
|
Reference in New Issue
Block a user