Bug #15544 | Setting code page to Cp437 on MySql 50 fails | ||
---|---|---|---|
Submitted: | 7 Dec 2005 5:46 | Modified: | 10 Mar 2006 20:25 |
Reporter: | Michael Ingardia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any |
[7 Dec 2005 5:46]
Michael Ingardia
[7 Dec 2005 10:52]
Vasily Kishkin
Thanks for the bug report. As far as I know mysql does't have "dos" character set. Probably it is connector error in Charsets.properties: .... .... Cp437 = dos,\ ... ... My test case is attached.
[7 Dec 2005 10:52]
Vasily Kishkin
Test case
Attachment: Bug15544.java (text/java), 579 bytes.
[19 Dec 2005 16:26]
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/commits/262
[19 Dec 2005 16:28]
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/commits/263
[10 Mar 2006 20:25]
Mark Matthews
Fix will be available in 5.0.1 and 3.1.13. You can try a nightly snapshot from http://downloads.mysql.com/snapshots.php#connector-j if you want to test the fix before it's officially released. Thanks for the bug report.