Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
10.0.3, 5.5.32, 5.3.12
-
None
-
None
-
None
Description
MariaDB [test]> SELECT MAKETIME(0, 0, 59.9);
|
+----------------------+
|
| MAKETIME(0, 0, 59.9) |
|
+----------------------+
|
| NULL |
|
+----------------------+
|
The above result is wrong.
The expected result is '00:00:59.9'.
Note: MySQL-5.6 correctly returns '00:00:59.9'.
Attachments
Issue Links
- is duplicated by
-
MDEV-4724 Some temporal functions do not preserve microseconds
- Closed