Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.1, 10.2, 10.3, 10.4, 10.5
-
Component/s: Data types
-
Labels:None
Description
SELECT
|
ROUND(18446744073709551615,-1),
|
ROUND(18446744073709551615.0,-1);
|
+--------------------------------+----------------------------------+
|
| ROUND(18446744073709551615,-1) | ROUND(18446744073709551615.0,-1) |
|
+--------------------------------+----------------------------------+
|
| 4 | 18446744073709551620 |
|
+--------------------------------+----------------------------------+
|
Attachments
Issue Links
- relates to
-
MDEV-23032 FLOOR()/CEIL() incorrectly calculate the precision of a DECIMAL(M,D) column.
-
- Closed
-