• igor@olga.mysql.com's avatar
    Fixed bug #26738: incomplete string values in a result set column · 06a315de
    igor@olga.mysql.com authored
    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.
    06a315de
subselect.test 104 KB