summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <cvicentiu@gmail.com>2013-10-17 15:03:21 -0700
committerSergei Golubchik <sergii@pisem.net>2013-10-17 15:03:21 -0700
commit887a1ac862abd28256ae251a40c5eb00dca0d4c0 (patch)
tree8dc699accb7aef1f7bd6a261b95e13a4cc32bf2c /sql/sql_acl.h
parentdeffce1acea76ceea76765b5907245f887f8de3e (diff)
downloadmariadb-git-887a1ac862abd28256ae251a40c5eb00dca0d4c0.tar.gz
Implemented Roles Mappings association between users and roles.
No more memory leaks in the code.
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r--sql/sql_acl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h
index 3169746419c..3bc1b1eae45 100644
--- a/sql/sql_acl.h
+++ b/sql/sql_acl.h
@@ -215,7 +215,7 @@ bool check_grant_column (THD *thd, GRANT_INFO *grant,
const char *name, uint length, Security_context *sctx);
bool check_column_grant_in_table_ref(THD *thd, TABLE_LIST * table_ref,
const char *name, uint length);
-bool check_grant_all_columns(THD *thd, ulong want_access,
+bool check_grant_all_columns(THD *thd, ulong want_access,
Field_iterator_table_ref *fields);
bool check_grant_routine(THD *thd, ulong want_access,
TABLE_LIST *procs, bool is_proc, bool no_error);