diff options
author | tsmith/tim@siva.hindu.god <> | 2006-08-23 16:28:53 -0600 |
---|---|---|
committer | tsmith/tim@siva.hindu.god <> | 2006-08-23 16:28:53 -0600 |
commit | ade64d467e4dd61a355ad9f644956f9842ec2225 (patch) | |
tree | 84c5941ad8af2af54877dab106925548f98c665e | |
parent | bf8fc6e82aef9382da81b56433f590e6935a3afd (diff) | |
parent | 0831d404e1c9d18f5170b2b4319c0af63a1f9c3f (diff) | |
download | mariadb-git-ade64d467e4dd61a355ad9f644956f9842ec2225.tar.gz |
Merge siva.hindu.god:/usr/home/tim/m/bk/b20536-50
into siva.hindu.god:/usr/home/tim/m/bk/50
-rw-r--r-- | sql/sql_acl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index b8be4f47d82..5973d4fbabc 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -5465,8 +5465,6 @@ bool mysql_revoke_all(THD *thd, List <LEX_USER> &list) } if (!find_acl_user(lex_user->host.str, lex_user->user.str, TRUE)) { - sql_print_error("REVOKE ALL PRIVILEGES, GRANT: User '%s'@'%s' does not " - "exists", lex_user->user.str, lex_user->host.str); result= -1; continue; } |