Bug #10543 | Incorrect error when trying to convert varchar column having index to tinytext. | ||
---|---|---|---|
Submitted: | 11 May 2005 11:40 | Modified: | 24 Jun 2005 4:26 |
Reporter: | Disha | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.5 Beta | OS: | Windows (Windows 2003) |
Assigned to: | Jim Winstead | CPU Architecture: | Any |
[11 May 2005 11:40]
Disha
[17 May 2005 22:45]
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/24995
[26 May 2005 1:12]
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/25287
[2 Jun 2005 16:59]
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/25523
[10 Jun 2005 4:59]
Jim Winstead
Fixed in 5.0.8. Note that this introduces a slight change in behavior that may be worth documenting: if a key is defined to be the same length as a field (or is left to default to that), it will continue to be the same length as the field when that field changes size. The size of the key used to not change for some field types, like VARCHAR.
[24 Jun 2005 4:26]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Documented bugfix in 5.0.8 changelog; closed bug.