Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
SELECT 0 + LEAST(TIME'-10:00:00',TIME'10:00:00') AS c; |
+--------+
|
| c |
|
+--------+
|
| 100000 |
|
+--------+
|
Looks wrong. The expected result is -100000.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
- Closed
- relates to
-
MDEV-17318 CAST(LEAST(zero_date,non_zero_date) AS numeric_data_type) returns a wrong result
- Closed