Merge pull request #217 from qwazerty/fix-optimize
Fix typo for OPTIMIZE
This commit is contained in:
commit
b24faef04a
1 changed files with 1 additions and 1 deletions
|
@ -1879,7 +1879,7 @@ sub check_storage_engines {
|
||||||
$data_free=$data_free/1024/1024;
|
$data_free=$data_free/1024/1024;
|
||||||
$total_free+=$data_free;
|
$total_free+=$data_free;
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
" OPTIMZE TABLE $table_name; -- can free $data_free MB");
|
" OPTIMIZE TABLE $table_name; -- can free $data_free MB");
|
||||||
}
|
}
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
"Total freed space after theses OPTIMIZE TABLE : $total_free Mb" );
|
"Total freed space after theses OPTIMIZE TABLE : $total_free Mb" );
|
||||||
|
|
Loading…
Reference in a new issue