Name
SET GLOBAL SQL_SLAVE_SKIP_COUNTER
Synopsis
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = number
This statement skips the given number of events from the
master. It is used for fine-tuning a recovery. It returns an error if
the slave thread is running. Here is an example:
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=10;