Hello,
I have wrote a small program which's main purpose is to do "change master
to", "slave start" and after a transfer of data - "slave stop".

But after "slave start" i need to know when the transfer ends - to do this
I could parse the mysql_list_processes() output for a string "Has read all
relay log; waiting for the I/O slave thread to update it" but it is not
too elegant, is there a way to do it in more elegant way?

Or maybe mysql do not permit to do "slave stop" before the end of
transmission?

--
Irek Slonina

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to