don't mention innodb_buffer_pool_size again
innodb_buffer_pool_size is reported previously, so no need to do this here again
This commit is contained in:
parent
f2f2bdcf57
commit
9d50475025
1 changed files with 0 additions and 1 deletions
|
@ -1145,7 +1145,6 @@ sub mysql_stats {
|
||||||
} else {
|
} else {
|
||||||
goodprint "InnoDB buffer pool instances is lower than 64.\n";
|
goodprint "InnoDB buffer pool instances is lower than 64.\n";
|
||||||
}
|
}
|
||||||
infoprint "Buffer Pool Size: ".hr_bytes_rnd($myvar{'innodb_buffer_pool_size'})."\n";
|
|
||||||
infoprint "Buffer Pool Inst: $myvar{'innodb_buffer_pool_instances'}\n";
|
infoprint "Buffer Pool Inst: $myvar{'innodb_buffer_pool_instances'}\n";
|
||||||
if ($myvar{'innodb_buffer_pool_size'} > 1024*1024*1024
|
if ($myvar{'innodb_buffer_pool_size'} > 1024*1024*1024
|
||||||
and (
|
and (
|
||||||
|
|
Loading…
Reference in a new issue