Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.1.8
-
None
Description
Problem : When LEAST function compare 2 bigintegers, datatype decimal is return.
example:
drop table if exists t1; create table t1 as select LEAST(100, 18446744073709551615) as a; show columns from t1; |
now return type is "decimal(20,0)". In previous version, was "bigint(21)".
Attachments
Issue Links
- relates to
-
MDEV-4848 Wrong metadata or column type for LEAST(1.0,'10')
- Closed