item_sum.cc:
Fixed that MIN() didn't return proper charset for CREATE from SELECT
This commit is contained in:
parent
5ede4696d0
commit
c813cc692a
@ -194,6 +194,7 @@ Item_sum_hybrid::fix_fields(THD *thd, TABLE_LIST *tables, Item **ref)
|
|||||||
decimals=item->decimals;
|
decimals=item->decimals;
|
||||||
maybe_null=item->maybe_null;
|
maybe_null=item->maybe_null;
|
||||||
unsigned_flag=item->unsigned_flag;
|
unsigned_flag=item->unsigned_flag;
|
||||||
|
set_charset(item->charset());
|
||||||
result_field=0;
|
result_field=0;
|
||||||
null_value=1;
|
null_value=1;
|
||||||
fix_length_and_dec();
|
fix_length_and_dec();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user