Bug #119014 The document uses the incorrect example replicate-wild-do-table=db6.channel_1.t1%
Submitted: 16 Sep 3:49
Reporter: karry zhang (OCA) Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version: OS:Any
Assigned to: CPU Architecture:Any

[16 Sep 3:49] karry zhang
Description:
While using Fitler, I consulted the documentation at https://dev.mysql.com/doc/refman/8.0/en/replication-rules-channel-based-filters.html#repli...
I discovered the following issue. The documentation states that you can create channel-specific replication filters by configuring them in the cnf file:
replicate-wild-do-table=db6.channel_1.t1%
However, reviewing the code reveals that this usage is incorrect. MySQL determines the channel based on the presence of the : identifier.

How to repeat:
see the document.

Suggested fix:
Change it to:
replicate-wild-do-table=channel_1:db6.t1%