• unknown's avatar
    Fix over-optimization that could result in an unsigned double field being · 69be6683
    unknown authored
    set to a negative value. (Bug #7700)
    
    
    sql/field_conv.cc:
      Don't treat real fields as identical when destination is unsigned and
      the source is not.
    mysql-test/t/type_float.test:
      Add test for setting double unsigned to a negative value from a signed double
    mysql-test/r/type_float.result:
      Add test results
    69be6683
field_conv.cc 14 KB