• He Zhenxing's avatar
    BUG#43263 BEGIN skipped in some replicate-do-db cases · 5dd1abae
    He Zhenxing authored
    BEGIN/COMMIT/ROLLBACK was subject to replication db rules, and
    caused the boundary of a transaction not recognized correctly 
    when these queries were ignored by the rules.
    
    Fixed the problem by skipping replication db rules for these
    statements.
    
    
    sql/log_event.cc:
      Skip checking replication db rules for BEGIN/COMMIT/ROLLBACK statements
    5dd1abae
binlog.result 43.2 KB