From a64d10458c36d6a3fc9923ecde9406ee87a4c65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 16 Sep 2015 18:09:10 +0200 Subject: [PATCH] Remove double space --- mysqltuner.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 9bf4622..04087b0 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -2844,7 +2844,7 @@ sub mysql_innodb { . hr_bytes( $enginestats{'InnoDB'} ) . ""; } else { - badprint "InnoDB buffer pool / data size: " + badprint "InnoDB buffer pool / data size: " . hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/" . hr_bytes( $enginestats{'InnoDB'} ) . ""; push( @adjvars, @@ -3555,4 +3555,4 @@ along with this program. If not, see . # indent-tabs-mode: t # cperl-indent-level: 8 # perl-indent-level: 8 -# End: \ No newline at end of file +# End: