mirror of https://github.com/MariaDB/server
Browse Source
a temporary table. The result string of the Item_func_group_concat wasn't initialized in the copying constructor of the Item_func_group_concat class. This led to a wrong charset of GROUP_CONCAT result when the select employs a temporary table. The copying constructor of the Item_func_group_concat class now correctly initializes the charset of the result string.pull/73/head
3 changed files with 21 additions and 0 deletions
Loading…
Reference in new issue