mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 08:56:34 +00:00
Merge lp:~jamie-mccarthy/percona-toolkit/devel.
This commit is contained in:
@@ -1756,7 +1756,7 @@ sub main {
|
|||||||
|
|
||||||
my @result;
|
my @result;
|
||||||
if ( $o->get('separate') ) {
|
if ( $o->get('separate') ) {
|
||||||
@result = map { "REVOKE $grant ON $on_what FROM $user" }
|
@result = map { "REVOKE $_ ON $on_what FROM $user" }
|
||||||
split(', ', $grants);
|
split(', ', $grants);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user