mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
merge
This commit is contained in:
commit
05e88a5bbf
5 changed files with 35 additions and 6 deletions
|
|
@ -2531,6 +2531,8 @@ void Item_func_min_max::fix_length_and_dec()
|
|||
decimals,
|
||||
unsigned_flag));
|
||||
}
|
||||
else if (cmp_type == REAL_RESULT)
|
||||
max_length= float_length(decimals);
|
||||
cached_field_type= agg_field_type(args, arg_count);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue