• Andrei Elkin's avatar
    Bug#36099 replicate-do-db affects replaying RBR events with mysqlbinlog · 21a08eab
    Andrei Elkin authored
          
    The replication filtering rules were inappropiately applied when
    executing BINLOG pseudo-query.  The rules are supposed to be active
    only at times when the slave's sql thread executes an event.
                
    Fixed with correcting a condition to call replication rules only if
    the slave sql thread executes the event.
    21a08eab
log_event.cc 289 KB