mirror of https://github.com/MariaDB/server
Browse Source
The patch b96c196f1c
added a new call for
safe_charset_converter() without a corresponding fix_fields().
In case of a sub-query the created Item remained in non-fixed state.
The problem did not show up with literal derived expressions, only
subselects were affected. This patch adds a corresponding fix_fields()
to the previously added safe_charset_converter().
pull/328/head
7 changed files with 67 additions and 1 deletions
Loading…
Reference in new issue