Merge lp:~jamie-mccarthy/percona-toolkit/devel into lp:percona-toolkit/2.0

Proposed by Jamie McCarthy
Status: Merged
Approved by: Daniel Nichter
Approved revision: no longer in the source branch.
Merged at revision: 133
Proposed branch: lp:~jamie-mccarthy/percona-toolkit/devel
Merge into: lp:percona-toolkit/2.0
Diff against target: 12 lines (+1/-1)
1 file modified
bin/pt-show-grants (+1/-1)
To merge this branch: bzr merge lp:~jamie-mccarthy/percona-toolkit/devel
Reviewer Review Type Date Requested Status
Daniel Nichter Approve
Review via email: mp+87835@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Nichter (daniel-nichter) :
review: Approve
132. By Daniel Nichter

Test for bug 821709.

133. By Daniel Nichter

Merge lp:~jamie-mccarthy/percona-toolkit/devel.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/pt-show-grants'
2--- bin/pt-show-grants 2012-01-05 19:20:21 +0000
3+++ bin/pt-show-grants 2012-01-07 00:18:28 +0000
4@@ -1756,7 +1756,7 @@
5
6 my @result;
7 if ( $o->get('separate') ) {
8- @result = map { "REVOKE $grant ON $on_what FROM $user" }
9+ @result = map { "REVOKE $_ ON $on_what FROM $user" }
10 split(', ', $grants);
11 }
12 else {

Subscribers

People subscribed via source and target branches