1. 15 Oct, 2007 1 commit
    • kaa@polly.(none)'s avatar
      Fix for bug #30453: String not cast to int correctly. · e0691da0
      kaa@polly.(none) authored
      Problem:
      
      my_strntoull10rnd_8bit() handled incorrectly cases when the input
      string contains a decimal point and is long enough to overrun the
      'unsigned long long' type. The position of the decimal point was not
      taken into account which resulted in miscalculated numbers and
      truncation to appropriate SQL data type limits.
      
      Solution:
      
      Fix my_strntoull10rnd_8bit() to take the position of a decimal point
      into account in such cases.
      e0691da0
  2. 10 Oct, 2007 1 commit
  3. 04 Oct, 2007 1 commit
    • kaa@polly.(none)'s avatar
      Backport of the 5.0 patch to 4.1 · f74d805e
      kaa@polly.(none) authored
      Bug#28878: InnoDB tables with UTF8 character set and indexes cause  wrong result for DML
      When making key reference buffers over CHAR fields whitespace (0x20) must be used to fill in the remaining space in the field's buffer. This is what Field_string::store() does. Fixed Field_string::get_key_image() to do the same.
      f74d805e
  4. 02 Oct, 2007 4 commits
  5. 28 Sep, 2007 1 commit
  6. 27 Sep, 2007 2 commits
  7. 26 Sep, 2007 1 commit
  8. 25 Sep, 2007 1 commit
  9. 24 Sep, 2007 3 commits
  10. 22 Sep, 2007 3 commits
  11. 21 Sep, 2007 5 commits
  12. 20 Sep, 2007 2 commits
  13. 19 Sep, 2007 1 commit
  14. 15 Sep, 2007 2 commits
  15. 14 Sep, 2007 12 commits