[MDEV-4838] Wrong metadata for DATE_ADD('string', INVERVAL) Created: 2013-08-02 Updated: 2013-12-19 Resolved: 2013-12-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
correctly reports a VARCHAR column:
But "mysql --column-type-info" reports a wrong result:
Notice, collation binary(63), which implies a VARBINARY column type, MySQL-5.6 in the same scenario returns "Collation: utf8_general_ci (33)", |
| Comments |
| Comment by Alexander Barkov [ 2013-12-19 ] |
|
The problem seems to be fixed by some earlier change |