Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
include Sleep connection
Browse files Browse the repository at this point in the history
  • Loading branch information
arstercz committed Aug 22, 2018
1 parent 060a4cd commit 09251e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/master_ip_online_change
Expand Up @@ -116,9 +116,6 @@ sub get_threads_util {
next if ( defined($command) && $command eq "Binlog Dump" );
next if ( defined($user) && $user eq "system user" );
next if ( defined($user) && $user eq "event_scheduler" );
next
if defined($command)
&& $command eq "Sleep";
next
if defined($query_time)
&& $query_time < $running_time_threshold + 1;
Expand Down

0 comments on commit 09251e0

Please sign in to comment.