Bug #40076 | "Functions Return String" option does not set the proper encoding for the string | ||
---|---|---|---|
Submitted: | 16 Oct 2008 12:19 | Modified: | 10 Nov 2008 14:28 |
Reporter: | Bogdan Degtyariov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.2.3 | OS: | Windows |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
[16 Oct 2008 12:19]
Bogdan Degtyariov
[20 Oct 2008 19: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/56617
[20 Oct 2008 19:29]
Reggie Burnett
- fixed bug where specifying 'functions return string=yes' would cause strings to be returned using the 'binary' charset which would not properly render some characters. Now the connection character set is used. (bug #40076) Fixed in 5.2.4
[10 Nov 2008 14:28]
Tony Bedford
Added an entry to the 5.2.4 changelog: The connection string option Functions Return String did not set the correct encoding for the result string. Even though the connection string option Functions Return String=true; is set, the result of SELECT DES_DECRYPT() contained “??” instead of the correct national character symbols.