diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2015-03-18 20:36:58 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2015-03-19 22:41:43 +0200 |
commit | 1a329935374c799750ebe5cff56809789dd40539 (patch) | |
tree | 1d2a27786c11fd2a9f2af30751c38ebfe1c09d1c /sql/sql_acl.h | |
parent | f8381d9382b02a53fc3a9fd0f8457c5668e9491c (diff) | |
download | mariadb-git-1a329935374c799750ebe5cff56809789dd40539.tar.gz |
MDEV-5214 Status variables for number of global/db/table/column/role grants
Implemented the status variables for use with the feedback plugin.
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 55b00a9494f..335a558cddb 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -402,6 +402,8 @@ int acl_check_set_default_role(THD *thd, const char *host, const char *user); int acl_set_default_role(THD *thd, const char *host, const char *user, const char *rolename); +extern SHOW_VAR acl_statistics[]; + #ifndef DBUG_OFF extern ulong role_global_merges, role_db_merges, role_table_merges, role_column_merges, role_routine_merges; |