| Bug #30040 | GROUP_CONCAT() truncates character set | ||
|---|---|---|---|
| Submitted: | 25 Jul 2007 15:42 | Modified: | 9 Aug 2007 19:39 |
| Reporter: | Marc Gutt | ||
| Status: | Duplicate | ||
| Category: | Server: General | Severity: | S3 (Non-critical) |
| Version: | 4.1.22 | OS: | Any |
| Assigned to: | Target Version: | ||
| Tags: | GROUP, concat, group_concat, utf8, umlaut, umlaute, umlauts | ||
[25 Jul 2007 15:42]
Marc Gutt
[25 Jul 2007 17:48]
Andy Bang
This is a bug in the server, not in the Monitoring and Advisory Service.
[26 Jul 2007 8:57]
Sveta Smirnova
Thank you for the report. Please provide output from SHOW CREATE TABLE users and SELECT group_name, uid, group_owner FROM users.
[26 Jul 2007 15:03]
Marc Gutt
SHOW CREATE TABLE:
Array
(
[Table] => users
[Create Table] => CREATE TABLE `users` (
`uid` int(11) unsigned NOT NULL auto_increment,
`gender` tinyint(1) unsigned NOT NULL default '0',
`group_name` varchar(255) NOT NULL default '',
`group_owner` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`uid`),
FULLTEXT KEY `fulltext_search` (`group_name`)
) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8
)
SELECT:
Array
(
[group_name] => Grüppchen
[uid] => 35
[group_owner] => 1
)
[26 Jul 2007 15:05]
Marc Gutt
SELECT WITH uid = 1:
Array
(
[group_name] =>
[uid] => 1
[group_owner] => 0
)
[27 Jul 2007 11:11]
Sveta Smirnova
Thank yo for the feedback. Can you repeat same behaviour using mysql command line client and not PHP script?
[4 Aug 2007 1:18]
Marc Gutt
No.
[9 Aug 2007 19:39]
Sveta Smirnova
Thank you for the feedback. Further analysis showed this is duplicate of Bug #29850
