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

This commit is contained in:
Daniel Nichter
2012-01-09 11:12:50 -07:00

View File

@@ -1756,7 +1756,7 @@ sub main {
my @result;
if ( $o->get('separate') ) {
@result = map { "REVOKE $grant ON $on_what FROM $user" }
@result = map { "REVOKE $_ ON $on_what FROM $user" }
split(', ', $grants);
}
else {