Bug #28771 | MySqlDataAdapter swaps MySqlDateTime values (Year, Month, Day) | ||
---|---|---|---|
Submitted: | 30 May 2007 10:32 | Modified: | 5 Jun 2007 7:06 |
Reporter: | Jason Ureta | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Data Types | Severity: | S3 (Non-critical) |
Version: | 5.0.37 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any |
[30 May 2007 10:32]
Jason Ureta
[31 May 2007 22:25]
Jason Ureta
Sorry for the trouble everyone. It seems that upgrading MySQL Server to 5.0.41 has fixed it. After installing 5.0.41, I confirmed it by uninstalling it and reinstalling 5.0.37 and the problem came back. Uninstalling it and reinstalling 5.0.41 fixed the problem. I looked through the changelog and there doesn't seem to be anything about this issue that was fixed, so I guess it was fixed as an unintended side-effect to a different bugfix.
[1 Jun 2007 16:46]
Tonci Grgin
Hi Jason and thanks for your report. Is it possible that: 1) it was 5.0.42? If so, this could be duplicate of Bug#27590 2) you changed c/NET 3) you changed any configuration part and/or code?
[5 Jun 2007 0:42]
Jason Ureta
1) I was definitely using Generally Available 5.0.41. Upgrading to that version from 5.0.37 fixed the problem. 2) I used Generally Available 1.0.9. I used the binary directly. I didn't build it from source. 3) During the tests I did with the upgrades, I didn't change any code.
[5 Jun 2007 7:06]
Tonci Grgin
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/ Explanation: Jason, after reviewing change logs (http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html) I think this is what caused you problem to be fixed: - Conversion of DATETIME values in numeric contexts sometimes did not produce a double (YYYYMMDDHHMMSS.uuuuuu) value. (Bug#16546) I'm closing the report now as the problem is solved.