Bug #55430 Alternative way to replication cascade --log-slave-updates
Submitted: 21 Jul 2010 8:46
Reporter: Mikiya Okuno Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Replication Severity:S4 (Feature request)
Version: OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[21 Jul 2010 8:46] Mikiya Okuno
Description:
Please allow slaves to ship their relay logs to slave's slaves instead of binlog. In this case, updates on the slave is recorded in its binlog, but slave's slaves receive original updates from the master.

This feature enables more quick replication cascading even when a long running query is included in the binlog on the master, because there are no needs to wait for applying updates on the first slave.

How to repeat:
n/a

Suggested fix:
feature request