0

I have enabled filtered replication in MySQL. Only one table is being replicated from master to slave using replicate-do-table option and the replication is going smooth. Today morning I have noticed that a newly created procedure in master got replicated to the slave. Any ideas?

DBAJJ
  • 1
  • 1
    What `USE` did you execute before the `CREATE PROCEDURE`? Was the table in question in the proc? Do you have only one `replicate_...` statement? – Rick James Apr 04 '20 at 00:04
  • The procedure is created in the SAME DB where the replicated table is. But the table is not used anywhere in the procedure. I have only one table replicated using replicate-do-table – DBAJJ Oct 07 '20 at 05:36

0 Answers0