[MDEV-4843] Wrong data type for TIMESTAMP('2001-01-01','10:10:10') Created: 2013-08-05 Updated: 2013-09-16 Resolved: 2013-09-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.3, 5.5.32, 5.3.12 |
| Fix Version/s: | 10.0.5, 5.5.33, 5.3.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This script
creates a VARCHAR(26) column:
The expected result is a DATETIME column. Note: MySQL-5.6 correctly creates a DATETIME column in this scenario. |
| Comments |
| Comment by Alexander Barkov [ 2013-08-16 ] |
|
This problem should be fixed after |
| Comment by Alexander Barkov [ 2013-09-16 ] |
|
Fixed in 5.3.13 and 5.5.53 |