Skip to content

Commit 3d16729

Browse files
jmrenouardCopilot
andauthored
Update mysqltuner.pl
Co-authored-by: Copilot <[email protected]>
1 parent 70680bf commit 3d16729

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

mysqltuner.pl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7805,19 +7805,6 @@ sub which {
78057805
return 0;
78067806
}
78077807

7808-
# Generic SSH command executor
7809-
sub ssh_executor {
7810-
my $remote_cmd = shift;
7811-
my $full_ssh_cmd = build_ssh_command($remote_cmd);
7812-
debugprint "Executing remote command: $full_ssh_cmd";
7813-
my @output = `$full_ssh_cmd 2>&1`;
7814-
if ($? != 0) {
7815-
badprint "Remote command execution failed: $remote_cmd";
7816-
infoprintml @output;
7817-
}
7818-
return @output;
7819-
}
7820-
78217808
# ---------------------------------------------------------------------------
78227809
# BEGIN 'MAIN'
78237810
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)