1. 17 Dec, 2007 1 commit
    • hezx@hezx.(none)'s avatar
      BUG#32205 Replaying statements from mysqlbinlog fails with a syntax error, replicates · 3255237f
      hezx@hezx.(none) authored
      fine
      
      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
      3255237f
  2. 14 Dec, 2007 2 commits
  3. 13 Dec, 2007 4 commits
  4. 12 Dec, 2007 5 commits
  5. 11 Dec, 2007 1 commit
  6. 06 Dec, 2007 1 commit
  7. 05 Dec, 2007 3 commits
  8. 03 Dec, 2007 2 commits
    • hezx@hezx.(none)'s avatar
      Bug#30998 Drop View breaks replication if view does not exist · 0e0f2feb
      hezx@hezx.(none) authored
      When executing drop view statement on the master, the statement is not written into bin-log if any error occurs, this could cause master slave inconsistence if any view has been dropped. 
      
      If some error occured and no view has been dropped, don't bin-log the statement, if at least one view has been dropped the query is bin-logged possible with an error.
      0e0f2feb
    • hezx@hezx.(none)'s avatar
      Bug#30998 Drop View breaks replication if view does not exist · c267a923
      hezx@hezx.(none) authored
        
      When executing drop view statement on the master, the statement is written
      into bin-log without checking for possible errors, so the statement would 
      always be bin-logged with error code cleared even if some error might occur, 
      for example, some of the views being dropped does not exist. This would cause 
      failure on the slave.
      
      Writing bin-log after check for errors, if at least one view has been dropped
      the query is bin-logged possible with an error.
      c267a923
  9. 29 Nov, 2007 1 commit
  10. 28 Nov, 2007 3 commits
  11. 27 Nov, 2007 2 commits
  12. 26 Nov, 2007 11 commits
  13. 24 Nov, 2007 1 commit
  14. 23 Nov, 2007 3 commits