From 4cb9627de82cc9cf0b9031e74514be7cc5ef1f8e Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Mon, 27 Feb 2017 16:39:46 -0300 Subject: [PATCH] PT-81 Updated binary to the latest collect.sh --- bin/pt-stalk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/pt-stalk b/bin/pt-stalk index 9ae96bf3..86e0f0e6 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -1102,12 +1102,14 @@ slave_status() { echo -e "\n$status\n" >> $outfile $CMD_MYSQL $EXT_ARGV -e "$status" >> $outfile - local status="SELECT * + local status=" + SELECT * FROM replication_connection_status\G" echo -e "\n$status\n" >> $outfile $CMD_MYSQL $EXT_ARGV -e "$status" >> $outfile - local status="SELECT * + local status=" + SELECT * FROM replication_applier_status JOIN replication_applier_status_by_coordinator USING (channel_name)\G"