mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -3745,8 +3745,10 @@ int select_max_min_finder_subselect::send_data(List<Item> &items)
|
||||
{
|
||||
cache= val_item->get_cache(thd);
|
||||
set_op(val_item->type_handler());
|
||||
cache->setup(thd, val_item);
|
||||
}
|
||||
cache->store(val_item);
|
||||
else
|
||||
cache->store(val_item);
|
||||
it->store(0, cache);
|
||||
}
|
||||
it->assigned(1);
|
||||
|
Reference in New Issue
Block a user