Commit 27c52212 authored by unknown's avatar unknown

after merge fix

parent 986be1aa
...@@ -1693,7 +1693,7 @@ void Item_cache_str::store(Item *item) ...@@ -1693,7 +1693,7 @@ void Item_cache_str::store(Item *item)
value_buff.copy(*value); value_buff.copy(*value);
value= &value_buff; value= &value_buff;
} }
set_charset(&item->collation); collation.set(item->collation);
} }
double Item_cache_str::val() double Item_cache_str::val()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment