Bug #10536 | Displays an error message if DATE datatype is updated using 'current_time()'. | ||
---|---|---|---|
Submitted: | 11 May 2005 10:32 | Modified: | 13 May 2005 7:44 |
Reporter: | Disha | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.5-beta pre-release | OS: | Windows (Windows Server 2003) |
Assigned to: | CPU Architecture: | Any |
[11 May 2005 10:32]
Disha
[12 May 2005 4:26]
MySQL Verification Team
Verified on Linux.
[13 May 2005 7:44]
Sergei Golubchik
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: How would you expect it to work ? A DATE column cannot store a date with year=2015, month=39, day=04. Doing update d1 set f1='15:39:04' will return exactly the same error.