mirror of
https://github.com/MariaDB/server.git
synced 2025-11-19 19:03:26 +03:00
Item::tmp_table_field_from_field_type() and create_tmp_field_from_item() was converting string field to blob depending on byte-wise length instead of character length, which results in converting valid varchar string with length == 86 to longtext. Made that functions above take into account max width of character when converting string fields to blobs.
14 KiB
14 KiB