PT-81 Fixed typo

This commit is contained in:
Carlos Salguero
2017-02-23 18:03:05 -03:00
parent b3776a25a8
commit f88f74d5cf

View File

@@ -1082,7 +1082,7 @@ ps_locks_transactions() {
echo -e "\n$status\n" >> $outfile
$CMD_MYSQL $EXT_ARGV -e "$status" >> $outfile
else
echo "Performance schema is not enabled" >> outfile
echo "Performance schema is not enabled" >> $outfile
fi
}