1. 01 Feb, 2007 1 commit
  2. 31 Jan, 2007 1 commit
  3. 24 Jan, 2007 1 commit
    • bar@mysql.com's avatar
      Bug#25815 Data truncated for column TEXT · ffeaffc2
      bar@mysql.com authored
      Problem: "Data truncated" warning was incorrectly generated
      when storing a Japanese character encoded in utf8
      into a cp932 column.
      Reason: Incorrect wrong warning condition
      compared the original length of the character in bytes
      (which is 3 in utf8) to the converted length of the
      character in bytes (which is 2 in cp932).
      Fix: use "how many bytes were scanned from input" instead
      of "how many bytes were put to the column" in the condition.
      ffeaffc2
  4. 23 Jan, 2007 2 commits
  5. 22 Jan, 2007 1 commit
  6. 18 Jan, 2007 5 commits
  7. 17 Jan, 2007 12 commits
  8. 16 Jan, 2007 9 commits
  9. 15 Jan, 2007 8 commits