diff options
author | monty@mysql.com <> | 2005-03-15 16:07:28 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-03-15 16:07:28 +0200 |
commit | dd4db08438df2a0c0ead5dd1d5864053ab552ba2 (patch) | |
tree | aed7f185cf908cbc9dc83d45ef1c53191c23011d /sql/sql_acl.h | |
parent | 615129206c6f32c4de9c15478514fc17401542ff (diff) | |
download | mariadb-git-dd4db08438df2a0c0ead5dd1d5864053ab552ba2.tar.gz |
Code cleanups during review of pushed code
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 30e335c7afd..24916fd4385 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -219,7 +219,7 @@ void fill_effective_table_privileges(THD *thd, GRANT_INFO *grant, const char *db, const char *table); bool sp_revoke_privileges(THD *thd, const char *sp_db, const char *sp_name); bool sp_grant_privileges(THD *thd, const char *sp_db, const char *sp_name); -bool check_routine_level_acl(THD *thd, char *db, char *name); +bool check_routine_level_acl(THD *thd, const char *db, const char *name); #ifdef NO_EMBEDDED_ACCESS_CHECKS #define check_grant(A,B,C,D,E,F) 0 |