Loading sql/sql_acl.cc +0 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
sql/sql_acl.cc +0 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading