Comment 1 for bug 1479473

Revision history for this message
Paul Halmos (paul-halmos) wrote :

More details can be found here: https://dev.mysql.com/doc/refman/5.5/en/replication-options-slave.html

tl;dr
"Normally, a slave does not log to its own binary log any updates that are received from a master server. This option tells the slave to log the updates performed by its SQL thread to its own binary log."

Add:

[mysqld]
log_slave_update=1