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 know if there is a parameter that indicates full (or not) synchronization with the master that I can obtain through a perl/shell/python script or C program.

The mysql version is 3.23.57.

Thanks for any input.

Ian.
--
Ian van der Neut
KNMI, R&D Observations, De Bilt
[EMAIL PROTECTED]
--------------------------------------------------------------
Zie ook/see also: http://www.knmi.nl/maildisclaimer.html


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



Reply via email to