merged pt-mysql-summary-fails-on-cluster-node-in-Donor-or-Desynced-status-1402668

This commit is contained in:
Frank Cizmich
2015-01-20 13:56:10 -02:00

View File

@@ -2400,7 +2400,7 @@ check_mysql () {
# Now that we have the cmd line opts, check that we can actually
# connect to MySQL.
[ -n "$(mysql $EXT_ARGV -e 'SELECT 1')" ] \
[ -n "$(mysql $EXT_ARGV -e 'SHOW STATUS')" ] \
|| die "Cannot connect to MySQL. Check that MySQL is running and that the options after -- are correct."
}