Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Minor 
- 
    Resolution: Fixed
- 
    10.0.3, 5.5.31, 5.1.67, 5.2.14, 5.3.12
- 
    Debian GNU/Linux 7.1 (wheezy)
Description
Every query using a GROUP_CONCAT is showing an empty resultset with no NULL values on the column it should concatenate.
A simple "select studentId, group_concat(grades) from studentGrades where sutdentId=1" is giving a wrong output with the above description.