We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c1465c + 00b3473 commit 747ac86Copy full SHA for 747ac86
1 file changed
mysqltuner.pl
@@ -4084,7 +4084,8 @@ sub check_storage_engines {
4084
}
4085
4086
4087
- while ( my ( $engine, $size ) = each(%enginestats) ) {
+ foreach my $engine ( sort keys %enginestats ) {
4088
+ my $size = $enginestats{$engine};
4089
infoprint "Data in $engine tables: "
4090
. hr_bytes($size)
4091
. " (Tables: "
0 commit comments