mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
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().
197 KiB
197 KiB