[MDEV-2464] LP:769583 - 5.1-micro length of TIME datatype is wrong Created: 2011-04-23 Updated: 2020-09-08 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The length of TIME column is reported as 9 in this 5.1-micro, but 8 otherwise. To reproduce, It reports : Length field should be 8, not 9 |
| Comments |
| Comment by Vladislav Vaintroub [ 2011-04-23 ] |
|
Re: 5.1-micro length of TIME datatype is wrong I forgot --column-type-info when in the description. |
| Comment by Sergei Golubchik [ 2011-04-25 ] |
|
Re: 5.1-micro length of TIME datatype is wrong "length" in the ouput of --column-type-info is the max width of the data. According to the manual, the maximal value for TIME is 838:59:59. Thus 9 is correct. |
| Comment by Rasmus Johansson (Inactive) [ 2011-04-25 ] |
|
Launchpad bug id: 769583 |