From 2861883432f1f92cbfaea8eba3670dd512cdcc7d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Dec 2016 09:31:03 +0100 Subject: [PATCH] Perl Error #280 --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index bf88f25..b459778 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -319,7 +319,7 @@ sub hr_bytes { # Calculates the parameter passed in bytes, then rounds it to the nearest integer sub hr_bytes_rnd { my $num = shift; - + return "0B" unless defined($num) ; return "0B" if $num eq "NULL" ; if ( $num >= ( 1024**3 ) ) { #GB