mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 16:40:23 +00:00
Merge lp:~jamie-mccarthy/percona-toolkit/devel.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user