mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
PT-81 Fixed typo
This commit is contained in:
@@ -1082,7 +1082,7 @@ ps_locks_transactions() {
|
|||||||
echo -e "\n$status\n" >> $outfile
|
echo -e "\n$status\n" >> $outfile
|
||||||
$CMD_MYSQL $EXT_ARGV -e "$status" >> $outfile
|
$CMD_MYSQL $EXT_ARGV -e "$status" >> $outfile
|
||||||
else
|
else
|
||||||
echo "Performance schema is not enabled" >> outfile
|
echo "Performance schema is not enabled" >> $outfile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user