1. 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
  2. 18 Jan, 2007 2 commits
  3. 17 Jan, 2007 7 commits
  4. 16 Jan, 2007 3 commits
  5. 15 Jan, 2007 11 commits
  6. 12 Jan, 2007 11 commits
  7. 11 Jan, 2007 5 commits