From b479d9aede11ed9ff5b93439a8834a946ae57d2b Mon Sep 17 00:00:00 2001 From: Kevin Houdebert Date: Fri, 3 Jun 2016 15:50:19 +0200 Subject: [PATCH] Fix typo for OPTIMIZE --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index f278489..56c10d3 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1879,7 +1879,7 @@ sub check_storage_engines { $data_free=$data_free/1024/1024; $total_free+=$data_free; push( @generalrec, - " OPTIMZE TABLE $table_name; -- can free $data_free MB"); + " OPTIMIZE TABLE $table_name; -- can free $data_free MB"); } push( @generalrec, "Total freed space after theses OPTIMIZE TABLE : $total_free Mb" );