mirror of
https://github.com/MariaDB/server.git
synced 2025-12-04 17:23:46 +03:00
when the column is to be read from a derived table column which was specified as a concatenation of string literals. The bug happened because the Item_string::append did not adjust the value of Item_string::max_length. As a result of it the temporary table column defined to store the concatenation of literals was not wide enough to hold the whole value.
104 KiB
104 KiB