Bug #7874 | CONCAT() gives wrong results mixing latin1 field and utf8 string literals | ||
---|---|---|---|
Submitted: | 13 Jan 2005 14:12 | Modified: | 18 Jan 2005 14:24 |
Reporter: | Ryan Schmidt | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.8 | OS: | N/A |
Assigned to: | Alexander Barkov | CPU Architecture: | Any |
[13 Jan 2005 14:12]
Ryan Schmidt
[18 Jan 2005 6:50]
Alexander Barkov
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: Fixed in 4.1.9
[18 Jan 2005 14:24]
Alexander Barkov
Sorry, fixed in 4.1.10
[22 Jan 2006 20:42]
Emil Obermayr
I have 4.1.10a shipped with Suse9.3 hier and get still similar wrong results with concat update test set a=concat( b,c) where a=''; works nicely, while update test set a=concat( b,' ',c) where a=''; "caches" entries from one records to the next when server default is latin1 and DB is utf8