1. 29 Jan, 2008 1 commit
  2. 22 Jan, 2008 1 commit
  3. 21 Jan, 2008 2 commits
  4. 15 Jan, 2008 1 commit
  5. 14 Jan, 2008 5 commits
  6. 11 Jan, 2008 3 commits
  7. 10 Jan, 2008 1 commit
    • sven@riska.(none)'s avatar
      BUG#27779: Slave cannot read old rows log events. · 617ea4d6
      sven@riska.(none) authored
      Problem: Replication fails when master is mysql-5.1-wl2325-5.0-drop6 and
      slave is mysql-5.1-new-rpl. The reason is that, in
      mysql-5.1-wl2325-5.0-drop6, the event type id's were different than in
      mysql-5.1-new-rpl.
      Fix (in mysql-5.1-new-rpl):
       (1) detect that the server that generated the events uses the old
      format, by checking the server version of the format_description_log_event
      This patch recognizes mysql-5.1-wl2325-5.0-drop6p13-alpha,
      mysql-5.1-wl2325-5.0-drop6, mysql-5.1-wl2325-5.0, mysql-5.1-wl2325-no-dd.
       (2) if the generating server is old, map old event types to new event
      types using a permutation array.
      
      I've also added a test case which reads binlogs for four different
      versions.
      617ea4d6
  8. 06 Jan, 2008 1 commit
  9. 02 Jan, 2008 1 commit
  10. 31 Dec, 2007 1 commit
  11. 25 Dec, 2007 1 commit
  12. 24 Dec, 2007 3 commits
  13. 21 Dec, 2007 7 commits
  14. 20 Dec, 2007 4 commits
  15. 19 Dec, 2007 2 commits
  16. 18 Dec, 2007 2 commits
  17. 17 Dec, 2007 2 commits
  18. 15 Dec, 2007 1 commit
    • hezx@hezx.(none)'s avatar
      BUG#32205 Replaying statements from mysqlbinlog fails with a syntax error, replicates fine · c2f00cc3
      hezx@hezx.(none) authored
      The reason of this bug is that when mysqlbinlog dumps a query, the query is written to
      output with a delimeter appended right after it, if the query string ends with a '--'
      comment, then the delimeter would be considered as part of the comment, if there are any
      statements after this query, then it will cause a syntax error.
      
      Start a newline before appending delimiter after a query string
      c2f00cc3
  19. 14 Dec, 2007 1 commit