• gshchepa/uchum@gleb.loc's avatar
    Fixed bug #28625: · 8f09a374
    gshchepa/uchum@gleb.loc authored
    DECIMAL column was used instead of BIGINT for the minimal possible
    BIGINT (-9223372036854775808).
    
    The Item_func_neg::fix_length_and_dec has been adjusted to
    to inherit the type of the argument in the case when it's an 
    Item_int object whose value is equal to LONGLONG_MIN.
    8f09a374
item_func.cc 135 KB