Bug #27014 | Imperfect error/warning message for STR_TO_DATE for invalid datetime value | ||
---|---|---|---|
Submitted: | 9 Mar 2007 21:03 | Modified: | 4 Sep 2007 18:22 |
Reporter: | Roland Bouman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 5.1.16, 5.0.27 | OS: | Linux (linux) |
Assigned to: | Timothy Smith | CPU Architecture: | Any |
Tags: | STR_TO_DATE |
[9 Mar 2007 21:03]
Roland Bouman
[10 Mar 2007 7:56]
Valeriy Kravchuk
Thank you for a bug report. Verified just as described. 5.0.27 returns the same error message.
[15 Mar 2007 20:54]
Konstantin Osipov
Suggested fix: extend extract_datetime with another parameter, "const char *function_name"
[31 Aug 2007 5:59]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/33504 ChangeSet@1.2595, 2007-08-30 23:57:39-06:00, tsmith@ramayana.hindu.god +1 -0 Bug #27014: Imperfect error/warning message for STR_TO_DATE for invalid datetime value Fix name of function in warning message.
[31 Aug 2007 7:31]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/33508 ChangeSet@1.2596, 2007-08-31 01:28:42-06:00, tsmith@ramayana.hindu.god +1 -0 Fix test results for bug #27014
[31 Aug 2007 11:24]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/33523 ChangeSet@1.2597, 2007-08-31 05:21:12-06:00, tsmith@ramayana.hindu.god +1 -0 Correct test result file for bug #27014
[4 Sep 2007 17:11]
Bugs System
Pushed into 5.1.23-beta
[4 Sep 2007 18:22]
Paul DuBois
Noted in 5.1.23 changelog. STR_TO_DATE() displayed an error message that referred to STR_TO_TIME().