mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
10.0-base merge
This commit is contained in:
commit
d28d3ba40d
1367 changed files with 67982 additions and 41096 deletions
|
|
@ -1266,7 +1266,7 @@ Item_sum_hybrid::fix_fields(THD *thd, Item **ref)
|
|||
|
||||
void Item_sum_hybrid::setup_hybrid(Item *item, Item *value_arg)
|
||||
{
|
||||
if (!(value= Item_cache::get_cache(item)))
|
||||
if (!(value= Item_cache::get_cache(item, item->cmp_type())))
|
||||
return;
|
||||
value->setup(item);
|
||||
value->store(value_arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue