Removing strange code blocks :)

This commit is contained in:
root 2016-06-16 11:07:32 +02:00
parent cf75be4c84
commit 638e843d49

View file

@ -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