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