Merge remote branch 'upstream/master'

This commit is contained in:
Jean-Marie RENOUARD 2015-07-15 11:06:23 +02:00
commit 9c74f465e1

View file

@ -1126,10 +1126,10 @@ sub mysql_stats {
# Aborted Connections # Aborted Connections
if ($mycalc{'pct_connections_aborted'} > 3) { if ($mycalc{'pct_connections_aborted'} > 3) {
badprint "Aborded connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n"; badprint "Aborted connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n";
push(@generalrec,"Reduce or eliminate unclosed connexions and network issues") push(@generalrec,"Reduce or eliminate unclosed connections and network issues")
} else { } else {
goodprint "Aborded connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n"; goodprint "Aborted connections: $mycalc{'pct_connections_aborted'}% ($mystat{'Aborted_connects'}/$mystat{'Connections'})\n";
} }
# Key buffer usage # Key buffer usage
@ -1822,4 +1822,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# indent-tabs-mode: t # indent-tabs-mode: t
# cperl-indent-level: 8 # cperl-indent-level: 8
# perl-indent-level: 8 # perl-indent-level: 8
# End: # End: