Removing strange code blocks :)
This commit is contained in:
parent
cf75be4c84
commit
638e843d49
1 changed files with 2 additions and 6 deletions
|
@ -490,9 +490,6 @@ sub validate_tuner_version {
|
||||||
compare_tuner_version($update);
|
compare_tuner_version($update);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $httpcli =~ /wget$/ ) {
|
if ( $httpcli =~ /wget$/ ) {
|
||||||
debugprint "$httpcli is available.";
|
debugprint "$httpcli is available.";
|
||||||
|
@ -3045,9 +3042,7 @@ sub mysqsl_pfs {
|
||||||
infoprint "Performance schema is disabled.";
|
infoprint "Performance schema is disabled.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
infoprint "Performance schema is enabled.";
|
||||||
infoprint "Performance schema is enabled.";
|
|
||||||
}
|
|
||||||
infoprint "Memory used by P_S: " . hr_bytes( get_pf_memory() );
|
infoprint "Memory used by P_S: " . hr_bytes( get_pf_memory() );
|
||||||
|
|
||||||
if (grep /^sys$/, select_array("SHOW DATABASES")) {
|
if (grep /^sys$/, select_array("SHOW DATABASES")) {
|
||||||
|
@ -3056,6 +3051,7 @@ sub mysqsl_pfs {
|
||||||
infoprint "Sys schema isn't installed.";
|
infoprint "Sys schema isn't installed.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Recommendations for Ariadb
|
# Recommendations for Ariadb
|
||||||
|
|
Loading…
Reference in a new issue