parent
6a89742cc0
commit
b4f6a30679
1 changed files with 1 additions and 2 deletions
|
@ -6265,8 +6265,7 @@ sub mysql_innodb {
|
|||
}
|
||||
if ( $myvar{'innodb_buffer_pool_size'} > $enginestats{'InnoDB'} ) {
|
||||
goodprint "InnoDB buffer pool / data size: "
|
||||
. hr_bytes( $myvar{'
|
||||
'} ) . " / "
|
||||
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . " / "
|
||||
. hr_bytes( $enginestats{'InnoDB'} ) . "";
|
||||
} else {
|
||||
badprint "InnoDB buffer pool / data size: "
|
||||
|
|
Loading…
Reference in a new issue