Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
r68 committed - Update the hide_slave_io filter for MySQL 5.5 (updates issue 49)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
inno...@googlecode.com  
View profile  
 More options Feb 25, 8:47 pm
From: inno...@googlecode.com
Date: Sun, 26 Feb 2012 01:47:07 +0000
Local: Sat, Feb 25 2012 8:47 pm
Subject: [innotop] r68 committed - Update the hide_slave_io filter for MySQL 5.5 (updates issue 49)
Revision: 68
Author:   baron.schwa...@gmail.com
Date:     Sat Feb 25 17:46:05 2012
Log:      Update the hide_slave_io filter for MySQL 5.5 (updates issue 49)
http://code.google.com/p/innotop/source/detail?r=68

Modified:
  /trunk/innotop

=======================================
--- /trunk/innotop      Sat Feb 25 17:35:59 2012
+++ /trunk/innotop      Sat Feb 25 17:46:05 2012
@@ -1822,7 +1822,7 @@
     },
     hide_slave_io => {
        text => <<'      END',
-         return !$set->{state} || $set->{state} !~ m/^(?:Waiting for  
master|Has read all relay)/;
+         return !$set->{state} || $set->{state} !~ m/^(?:Waiting for  
master|read all relay)/;
        END
        note => 'Removes slave I/O threads from the list',
        tbls => [qw(processlist slave_io_status)],


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »