Bug #79804 | Inconsistent results when inserting 0.1 into datetime(6) and timestamp(6) | ||
---|---|---|---|
Submitted: | 29 Dec 2015 12:36 | Modified: | 30 Dec 2015 16:54 |
Reporter: | Su Dylan | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.7.8 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[29 Dec 2015 12:36]
Su Dylan
[29 Dec 2015 12:56]
Peter Laursen
Doesn't this eplain: http://dev.mysql.com/doc/refman/5.7/en/datetime.html "TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC." -- Peter -- not a MySQL/Oracle person.
[30 Dec 2015 16:54]
MySQL Verification Team
Thank you for the bug report. http://dev.mysql.com/doc/refman/5.7/en/datetime.html "MySQL does not accept TIMESTAMP values that include a zero in the day or month column or values that are not a valid date. The sole exception to this rule is the special “zero” value '0000-00-00 00:00:00'. "