On Monday 11 February 2002 12:55 pm, Jeremy Zawodny wrote:
> The slave hit a duplicate key error and died. ?The IO thread appears
> to still be running, but the SQL thread is not. ?When I try to do a
> "SLAVE START" on the slave, the command never returns to the "mysql> "
> prompt.

Jeremy:

First, do SHOW PROCESSLIST. Then I have a dilema - on one hand I want to see 
if SLAVE STOP/SLAVE START will get it going, but on the other hand, I want to 
see the core from the time when slave start got stuck, and we cannot do both 
at the same time :-) So let's try SLAVE STOP/SLAVE START, and if that does 
not help, kill mysqld with signal 6 ( SIGABRT), find the core file in 
datadir, and FTP the core and the binary to 
ftp://support.mysql.com/pub/mysql/secret

In the mean time, I will check the code to see if I can find a bug.

Your help is very much appreciated.

-- 
MySQL Development Team
For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to