• unknown's avatar
    Windows-specific fixes in floating point tests. · 5fd87aba
    unknown authored
    
    mysql-test/t/insert.test:
      Windows implements a different rounding rules in printf("%g"), thus we still need to do replace_result
    mysql-test/t/variables.test:
      We need to do replace_result because variables are printed by another procedure.
    sql/field.cc:
      Fixed the code to limit the precision to DBL_DIG.
    5fd87aba
insert.test 12.7 KB