Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.0.4, 5.5.33, 5.3.12
-
None
-
None
Description
mysql> select time('.123'), timestamp('.123');
|
+--------------+-------------------+
|
| time('.123') | timestamp('.123') |
|
+--------------+-------------------+
|
| 00:00:00.123 | NULL |
|
+--------------+-------------------+
|
timestamp('.123') should return '0000-00-00 00:00:00.123' instead of NULL.