replication filter for multi master

centos 7
Percona-Server-server-57-5.7.26-29.1.el7.x86_64

mysql> CHANGE REPLICATION FILTER replicate_do_db=(invisible_coffee) FOR CHANNEL ‘master2’;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘FOR CHANNEL ‘master2’’ at line 1
mysql>

tell me please where I wrong?

Hi,

The “FOR CHANNEL” clause is not available in Percona5.7 (it has been added in MySQL8.0).