• Sergey Glukhov's avatar
    Bug#57818 string conversion function died · 622ae418
    Sergey Glukhov authored
    Bug#57913 large negative number to string conversion functions crash
    String object which is used as result container of the item
    has uninitialized 'str_charset' field. This object
    might be used later to preform some internal operations
    and str_charset field is involved in these operations.
    It leads to crash.
    The fix is to intialize str_charset in my_decimal2string() func.
    622ae418
my_decimal.cc 7.81 KB