April 2008
Intermediate to advanced
566 pages
21h 55m
English
SET GLOBAL SQL_SLAVE_SKIP_COUNTER
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = numberThis 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;
Read now
Unlock full access