• unknown's avatar
    Fix for bug #13573 (wrong data inserted for too big decimals) · a1db4567
    unknown authored
    
    mysql-test/r/type_newdecimal.result:
      result fixed
    mysql-test/t/type_newdecimal.test:
      test case added
    sql/item_func.cc:
      conditions fixed
    sql/my_decimal.cc:
      overflow handling added
    sql/my_decimal.h:
      overflow handling added - so the result of operation gets maximum possible
      decimal value
    a1db4567
my_decimal.cc 5.92 KB