diff options
author | tsmith/tim@siva.hindu.god <> | 2006-08-23 16:03:57 -0600 |
---|---|---|
committer | tsmith/tim@siva.hindu.god <> | 2006-08-23 16:03:57 -0600 |
commit | cf5f2693f2ebbe65e0632ec8a383ea80adbd5e82 (patch) | |
tree | bf52febd28cb4d03322015fa58f39f299638de08 /sql/sql_acl.cc | |
parent | c2f4e56940f26fc6da1e5c30d044f22ed35085d8 (diff) | |
parent | 0831d404e1c9d18f5170b2b4319c0af63a1f9c3f (diff) | |
download | mariadb-git-cf5f2693f2ebbe65e0632ec8a383ea80adbd5e82.tar.gz |
Merge siva.hindu.god:/usr/home/tim/m/bk/b20536-50
into siva.hindu.god:/usr/home/tim/m/bk/b20536-51
Diffstat (limited to 'sql/sql_acl.cc')
-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 966d0f88ca3..6c9134f6631 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -5560,8 +5560,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; } |