1. 13 Dec, 2007 4 commits
  2. 12 Dec, 2007 5 commits
  3. 11 Dec, 2007 1 commit
  4. 06 Dec, 2007 1 commit
  5. 05 Dec, 2007 1 commit
  6. 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
  7. 29 Nov, 2007 1 commit
  8. 28 Nov, 2007 2 commits
  9. 27 Nov, 2007 2 commits
  10. 26 Nov, 2007 11 commits
  11. 24 Nov, 2007 1 commit
  12. 23 Nov, 2007 9 commits