mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 11:07:58 +00:00
Merge pull request #108 from percona/bug-1592166
Bug-1592166 pt-kill leaks memory each time it kills a query
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
Changelog for Percona Toolkit
|
||||
|
||||
v2.2.19
|
||||
|
||||
* Fixed bug 1592166: pt-kill leaks memory
|
||||
|
||||
v2.2.18 released 2016-06-24
|
||||
|
||||
* Feature 1537416 : pt-stalk now sorts the output of transactions by id
|
||||
|
@@ -3494,6 +3494,7 @@ sub find {
|
||||
my $ms = $self->{MasterSlave};
|
||||
|
||||
my @matches;
|
||||
$self->{_reasons_for_matching} = undef;
|
||||
QUERY:
|
||||
foreach my $query ( @$proclist ) {
|
||||
PTDEBUG && _d('Checking query', Dumper($query));
|
||||
|
Reference in New Issue
Block a user