1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge branch '10.6' into 10.7

This commit is contained in:
Oleksandr Byelkin
2022-11-02 14:58:01 +01:00
87 changed files with 4149 additions and 1061 deletions

View File

@@ -3721,8 +3721,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);