On Saturday 09 March 2002 10:38 am, Jeremy Zawodny wrote:
> Sasha,
> 
> Running the latest binary I just built, I had a single core dump and
> auto-restart early this morning.

Jeremy:

I've made a few more updates to the source and pushed it to the public 
repository. The most important one is that now you can do SLAVE START 
SQL_THREAD and SLAVE_START IO_THREAD, same with SLAVE STOP. I realized ( 
while testing at another user's site) that in some situations you may want 
only one or the other running. For example, if the slave is far behind, 
because I/O thread is so fast, you could have I/O thread racing against SQL 
thread to fill up the disk with relay logs. After you have gathered a lot of 
relay log data, it would be nice to just bring the I/O thread down and have 
the SQL thread catch up cleaning the disk in the meantime.

-- 
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