1. 26 Feb, 2007 1 commit
    • mats@romeo.(none)'s avatar
      BUG#25091 (A DELETE statement to mysql database is not logged in ROW format): · f9101992
      mats@romeo.(none) authored
      With this patch, statements that change metadata (in the mysql database)
      is logged as statements, while normal changes (e.g., using INSERT, DELETE,
      and/or UPDATE) is logged according to the format in effect.
      
      The log tables (i.e., general_log and slow_log) are not replicated at all.
      
      With this patch, the following statements are replicated as statements:
      GRANT, REVOKE (ALL), CREATE USER, DROP USER, and RENAME USER.
      f9101992
  2. 01 Feb, 2007 1 commit
  3. 31 Jan, 2007 1 commit
  4. 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
  5. 23 Jan, 2007 2 commits
  6. 22 Jan, 2007 1 commit
  7. 18 Jan, 2007 5 commits
  8. 17 Jan, 2007 12 commits
  9. 16 Jan, 2007 9 commits
  10. 15 Jan, 2007 7 commits