don't mention MySQL version again
The MySQL version is mentioned previously, so no need to do this here again. Also the version mentioned was wrong as innodb_buffer_pool_instances was introduced in 5.5.4: http://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html#sysvar_innodb_buffer_pool_instances
This commit is contained in:
parent
c3d99c9348
commit
f2f2bdcf57
1 changed files with 0 additions and 1 deletions
|
@ -1139,7 +1139,6 @@ sub mysql_stats {
|
|||
goodprint "InnoDB log waits: ".$mystat{'Innodb_log_waits'}."\n";
|
||||
}
|
||||
if (defined($myvar{'innodb_buffer_pool_instances'})) {
|
||||
infoprint "MySQL version: " .$myvar{'version'}." is greater than MySQL 5.6.6(innodb_buffer_pool_instances is present)\n";
|
||||
if ($myvar{'innodb_buffer_pool_instances'} > 64) {
|
||||
badprint "InnoDB buffer pool instances must be lower than 64.\n";
|
||||
push(@adjvars,"innodb_buffer_pool_instances must be lower than 64.");
|
||||
|
|
Loading…
Reference in a new issue