mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Fix bug 821709, typo in pt-show-grants
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