diff options
author | gkodinov/kgeorge@magare.gmz <> | 2007-09-27 12:32:59 +0300 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2007-09-27 12:32:59 +0300 |
commit | f42a392b2a42fd49d9f2e1de401db075661a1602 (patch) | |
tree | 72a3e5f03123ab2e82f6a6914420c1fd8ba57fe2 /sql/sql_acl.h | |
parent | 590d289591d7597fe300217ef1267475c1828dc7 (diff) | |
parent | bbe1d370890af16f130f8018272e5f4d19d16eb9 (diff) | |
download | mariadb-git-f42a392b2a42fd49d9f2e1de401db075661a1602.tar.gz |
merged the fix for bug 30468 to 5.1-opt
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index cba283ec65b..a279c26c2e4 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -244,9 +244,8 @@ 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, GRANT_INFO *grant, - const char* db_name, const char *table_name, - Field_iterator *fields); +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); bool check_grant_db(THD *thd,const char *db); |