• 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
rpl_drop_view.test 690 Bytes