diff options
author | monty@mysql.com <> | 2004-02-16 10:31:05 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-02-16 10:31:05 +0200 |
commit | 050af89dd8034046df593c1ac7e060ee37bfdf27 (patch) | |
tree | e792af64f95eba198633387e3b36f50f096c3001 /sql/sql_acl.cc | |
parent | 25aff697d17d023b1fe0c085f3215a1358832e5e (diff) | |
parent | d1d48a9dd5e3a6ff3d5aadf9234d66777216b682 (diff) | |
download | mariadb-git-050af89dd8034046df593c1ac7e060ee37bfdf27.tar.gz |
Merge with public tree
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r-- | sql/sql_acl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 17b4a4a0eee..9329ea3fd28 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -2642,7 +2642,7 @@ void grant_reload(THD *thd) /**************************************************************************** Check grants - All errors are written directly to the client if command name is given ! + All errors are written directly to the client if no_errors is given ! ****************************************************************************/ bool check_grant(THD *thd, ulong want_access, TABLE_LIST *tables, |