Fix for bug#5400 "GROUP_CONCAT returns everything twice":
Don't evaluate the value of GROUP_CONCAT several times for the same 'group', reuse the value instead.
Showing
Please register or sign in to comment
Don't evaluate the value of GROUP_CONCAT several times for the same 'group', reuse the value instead.