mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
when calculating GROUP_CONCAT all blob fields are transformed to varchar when making the temp table. However a varchar has at max 2 bytes for length. This fix makes the conversion only for blobs whose max length is below that limit. Otherwise blob field is created by make_string_field() call.
16 KiB
16 KiB