Bug #5906 | Traditional mode: invalid date due to conversion accepted | ||
---|---|---|---|
Submitted: | 5 Oct 2004 18:08 | Modified: | 20 Jul 2005 14:46 |
Reporter: | Trudy Pelzer | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.2-alpha-debug | OS: | Linux (SuSE 9.1) |
Assigned to: | Jim Winstead | CPU Architecture: | Any |
[5 Oct 2004 18:08]
Trudy Pelzer
[6 Oct 2004 0:35]
MySQL Verification Team
Verified against latest BK source tree. However the last action wasn't confirmed: mysql> select * from t1; +------------+ | col1 | +------------+ | 2000-10-00 | +------------+ 1 row in set (0.00 sec) mysql> update t1 set col1=1100; Query OK, 0 rows affected (0.01 sec) Rows matched: 1 Changed: 0 Warnings: 0 mysql> select * from t1; +------------+ | col1 | +------------+ | 2000-10-00 | +------------+ 1 row in set (0.00 sec)
[5 Jul 2005 22:49]
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/internals/26694
[14 Jul 2005 17:06]
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/internals/27090
[20 Jul 2005 0:58]
Jim Winstead
Fixed in 5.0.10.
[20 Jul 2005 14:46]
Mike Hillyer
Documented in 5.0.10 changelog.