From 5298996180780554589aee4602eba18ff09678d2 Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Sun, 20 Jul 2014 03:14:07 +0000 Subject: [PATCH] Fixed comment. --- sql/sql_acl.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 9ad78115604..1f6c8aabdf6 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -2546,11 +2546,7 @@ bool acl_check_host(const char *host, const char *ip) @return Error status @retval 0 OK - @retval 1 skip grant tables error - @retval 2 ANONYMOUS user error - @retval 3 the entry to change is a role, not a user - @retval 4 no UPDATE_ACL error - + @retval 1 Error */ int check_alter_user(THD *thd, const char *host, const char *user)