• Alexey Botchkov's avatar
    Bug#31616 div_precision_increment description looks wrong · 88a88636
    Alexey Botchkov authored
    Item_func_div didn't calculate the precision of the result properly.
      The result of 5/0.0001 is 5000 so we have to add decimals of the divisor
      to the planned precision.
    
    per-file comments:
      mysql-test/r/type_newdecimal.result
    Bug#31616 div_precision_increment description looks wrong
        test result fixed
    
      mysql-test/t/type_newdecimal.test
    Bug#31616 div_precision_increment description looks wrong
        test case
    
      sql/item_func.cc
    Bug#31616 div_precision_increment description looks wrong
        precision must be increased with args[1]->decimals parameter
    88a88636
item_func.cc 139 KB