1. 14 Jan, 2005 9 commits
  2. 13 Jan, 2005 29 commits
  3. 12 Jan, 2005 2 commits
    • unknown's avatar
      Small fix for Field_str::store() to avoid trying to read past beginning · 7682d6c9
      unknown authored
      of log_10 array.
      
      
      sql/field.cc:
        Avoid pointless calculation for really short fields, and what could be
        an attempt to access outside the bounds of the log_10 array.
      7682d6c9
    • unknown's avatar
      Fix conversion of floating point values to character fields when the · 8b077c2b
      unknown authored
      absolute value of the float is less than 1, and also fix calculation of
      length for negative values. (Bug #7774)
      
      
      sql/field.cc:
        Fix handling of negative values and fabs(values> < 1 in Field_str::store
      mysql-test/r/type_float.result:
        Add results
      mysql-test/r/type_float.result.es:
        Add results
      mysql-test/t/type_float.test:
        Add test for conversion of floats to character field
      8b077c2b