RE: SET SQL_SLAVE_SKIP_COUNTER=

2002-05-28 Thread Luc Foisy
all our slaves are running at that older version I checked back about 12000 messages (2/21/02) and then realized what went down. -Original Message- From: Luc Foisy Sent: Tuesday, May 28, 2002 11:53 AM To: MYSQL-List (E-mail) Subject: RE: SET SQL_SLAVE_SKIP_COUNTER= I am sure I did

RE: SET SQL_SLAVE_SKIP_COUNTER=

2002-05-28 Thread Luc Foisy
:56 AM To: [EMAIL PROTECTED] Subject: Re: SET SQL_SLAVE_SKIP_COUNTER= In article <[EMAIL PROTECTED]>, "Luc Foisy" <[EMAIL PROTECTED]> writes: >> MySQL version too old? > It is kinda old (3.23.32), but I did set some kind of skip counter before, just >can

RE: SET SQL_SLAVE_SKIP_COUNTER=

2002-05-28 Thread Luc Foisy
It is kinda old (3.23.32), but I did set some kind of skip counter before, just can't remeber how I did it. -Original Message- From: Harald Fuchs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 9:50 AM To: [EMAIL PROTECTED] Subject: Re: SET SQL_SLAVE_SKIP_COUNTER= In ar

SET SQL_SLAVE_SKIP_COUNTER=

2002-05-28 Thread Luc Foisy
Can someone tell me what the correct syntax for this is? SET SQL_SLAVE_SKIP_COUNTER=n Skip the next n events from the master. Only valid when the slave thread is not running, otherwise, gives an error. Useful for recovering from replication glitches. mysql> show slave statu