diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-11-24 14:07:42 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-12-04 10:41:53 +0100 |
commit | 61820bca9b4a4caa30127b17bca93d2bf37217ff (patch) | |
tree | 21aede6a732f80449922d0d51411b6f4cdfc1f1a /sql/sql_acl.h | |
parent | f5722f5851bb4603040d5010aeeb98244cc2789f (diff) | |
download | mariadb-git-61820bca9b4a4caa30127b17bca93d2bf37217ff.tar.gz |
cleanup: sql_acl.cc
* remove no-op check_password_policy() and references to it
* add 'static' to functions that need it
* remove unused function check_acl_user()
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 28eb7a7f933..1bdf2820086 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -266,7 +266,6 @@ int fill_schema_schema_privileges(THD *thd, TABLE_LIST *tables, COND *cond); int fill_schema_table_privileges(THD *thd, TABLE_LIST *tables, COND *cond); int fill_schema_column_privileges(THD *thd, TABLE_LIST *tables, COND *cond); int wild_case_compare(CHARSET_INFO *cs, const char *str,const char *wildstr); -int check_password_policy(String *password); /** Result of an access check for an internal schema or table. |