Commit c813cc69 authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

item_sum.cc:

  Fixed that MIN() didn't return proper charset for CREATE from SELECT
parent 5ede4696
......@@ -194,6 +194,7 @@ Item_sum_hybrid::fix_fields(THD *thd, TABLE_LIST *tables, Item **ref)
decimals=item->decimals;
maybe_null=item->maybe_null;
unsigned_flag=item->unsigned_flag;
set_charset(item->charset());
result_field=0;
null_value=1;
fix_length_and_dec();
......
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