• igor@olga.mysql.com's avatar
    Fixed bug #29417. · 63d53857
    igor@olga.mysql.com authored
    An assertion abort could occur for some grouping queries that employed 
    decimal user variables with assignments to them.
    
    The problem appeared the constructors of the class Field_new_decimal
    because the function my_decimal_length_to_precision did not guarantee
    returning decimal precision not greater than DECIMAL_MAX_PRECISION.
    63d53857
field.cc 249 KB