mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-05 01:00:35 +08:00
PT-81 Updated binary to the latest collect.sh
This commit is contained in:
+4
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user