13.6.2.6. SET GLOBAL SQL_SLAVE_SKIP_COUNTER
Syntax
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = N
This statement skips the next N
events from the master. This is useful for recovering from
replication stops caused by a statement.
This statement is valid only when the slave thread is not
running. Otherwise, it produces an error.