• unknown's avatar
    Fix for bug #8464 (AVG returns incorrect result) · 07d5ddb7
    unknown authored
    Actually problem was not in AVG function, but in SUM before the AVG in the
    query.
    
    
    mysql-test/r/func_group.result:
      appropriate test result
    mysql-test/t/func_group.test:
      test case added
    strings/decimal.c:
      in this case we also need to make fsizes equal
    07d5ddb7
func_group.test 17.3 KB