mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 11:07:58 +00:00
Merge fix-pt-kill-daemon-bug (bug 1209436).
This commit is contained in:
@@ -397,6 +397,12 @@ sub dsn_for {
|
||||
return "h=127.1,P=$port_for{$host},u=msandbox,p=msandbox";
|
||||
}
|
||||
|
||||
sub cnf_for {
|
||||
my ($self, $host) = @_;
|
||||
_check_server($host);
|
||||
return "/tmp/" . $port_for{$host} . "/my.sandbox.cnf";
|
||||
}
|
||||
|
||||
sub genlog {
|
||||
my ($self, $host) = @_;
|
||||
_check_server($host);
|
||||
|
Reference in New Issue
Block a user