commit
72db7eeec4
1 changed files with 2 additions and 2 deletions
|
@ -2181,7 +2181,7 @@ sub check_storage_engines {
|
||||||
}
|
}
|
||||||
while ( my ( $engine, $size ) = each(%enginestats) ) {
|
while ( my ( $engine, $size ) = each(%enginestats) ) {
|
||||||
infoprint "Data in $engine tables: "
|
infoprint "Data in $engine tables: "
|
||||||
. hr_bytes_rnd($size)
|
. hr_bytes($size)
|
||||||
. " (Tables: "
|
. " (Tables: "
|
||||||
. $enginecount{$engine} . ")" . "";
|
. $enginecount{$engine} . ")" . "";
|
||||||
}
|
}
|
||||||
|
@ -5504,7 +5504,7 @@ sub mysql_innodb {
|
||||||
. hr_bytes( $enginestats{'InnoDB'} ) . "";
|
. hr_bytes( $enginestats{'InnoDB'} ) . "";
|
||||||
push( @adjvars,
|
push( @adjvars,
|
||||||
"innodb_buffer_pool_size (>= "
|
"innodb_buffer_pool_size (>= "
|
||||||
. hr_bytes_rnd( $enginestats{'InnoDB'} )
|
. hr_bytes( $enginestats{'InnoDB'} )
|
||||||
. ") if possible." );
|
. ") if possible." );
|
||||||
}
|
}
|
||||||
if ( $mycalc{'innodb_log_size_pct'} < 20
|
if ( $mycalc{'innodb_log_size_pct'} < 20
|
||||||
|
|
Loading…
Reference in a new issue