Files
percona-toolkit/t/pt-online-schema-change/samples/pt-1455_slave.sql
2018-02-08 13:07:13 -03:00

5 lines
111 B
SQL

STOP SLAVE;
CHANGE REPLICATION FILTER REPLICATE_WILD_IGNORE_TABLE = ('employees.%');
RESET SLAVE;
START SLAVE;