summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicentiu Ciorbaru <cvicentiu@gmail.com>2014-07-20 03:14:07 +0000
committerSergei Golubchik <serg@mariadb.org>2014-07-23 14:48:12 +0200
commit5298996180780554589aee4602eba18ff09678d2 (patch)
tree27db353e014740a0e85b6dd74fe54f3952207afb
parent64b27c734eed91e2b79701c9c53283d9411f702f (diff)
downloadmariadb-git-5298996180780554589aee4602eba18ff09678d2.tar.gz
Fixed comment.
-rw-r--r--sql/sql_acl.cc6
1 files changed, 1 insertions, 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)