7 messages in com.mysql.lists.bugsbug?
FromSent OnAttachments
NeoSolutions24 May 2003 05:47 
Sinisa Milivojevic24 May 2003 12:53 
Sinisa Milivojevic26 May 2003 04:02 
Dmitry Volkoff27 May 2003 00:43 
Alexander Keremidarski27 May 2003 02:31 
Sinisa Milivojevic29 May 2003 08:51 
Sinisa Milivojevic29 May 2003 11:52 
Subject:bug?
From:NeoSolutions (webm@neosolutions.info)
Date:05/24/2003 05:47:30 AM
List:com.mysql.lists.bugs

SELECT g.id, g.name, count( a.id ) AS alb, left (g.info, 1) AS info FROM grupes g LEFT JOIN albumai a ON ( g.id = a.aid ) GROUP BY g.id ORDER BY g.name

Such query doesn`t return "info" anymore, from 4.0.13 release. In documentation I have found: Fixed bug in LEFT, RIGHT and MID when used with
multi-byte character sets and some GROUP BY queries. (Bug #314) BUT! Everything for me seemed OK until this "bugfix". What`s wrong?