• bar@mysql.com/bar.intranet.mysql.r18.ru's avatar
    Bug#23451 GROUP_CONCAT truncates a multibyte utf8 character · 599b7316
      
      Problem: GROUP_CONCAT on a multi-byte column can truncate
      in the middle of a multibyte character when applying
      group_concat_max_len limit. It produces an invalid
      multi-byte character in the result string.
      
    The second, easier version - reusing old "warning_for_row" flag,
    instead of introducing of "result_is_full" - which was
    added in the previous commit.
    599b7316
func_gconcat.result 31.5 KB