Re: Determining when slave has synchronized.

2004-03-13 Thread Sasha Pachev
Ian van der Neut wrote: Hello all, Is there a scriptable way to determine if a slave in a replication setup has been fully synchronized with its master? Kind of like the following: echo "SHOW SLAVE STATUS" | mysql -u root | awk -f somescript.awk I'm not asking you to write the awk script for me

Determining when slave has synchronized.

2004-03-12 Thread Ian van der Neut
Hello all, Is there a scriptable way to determine if a slave in a replication setup has been fully synchronized with its master? Kind of like the following: echo "SHOW SLAVE STATUS" | mysql -u root | awk -f somescript.awk I'm not asking you to write the awk script for me ;) Just would like to k