We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a17a52 commit f5ecaf2Copy full SHA for f5ecaf2
sql/sql_acl.cc
@@ -12192,11 +12192,11 @@ SHOW_VAR acl_statistics[] = {
12192
{"procedure_grants", (char*)&proc_priv_hash.records, SHOW_ULONG},
12193
{"package_spec_grants", (char*)&package_spec_priv_hash.records, SHOW_ULONG},
12194
{"package_body_grants", (char*)&package_body_priv_hash.records, SHOW_ULONG},
12195
- {"proxy_users", (char*)&acl_proxy_users.elements, SHOW_UINT},
+ {"proxy_users", (char*)&acl_proxy_users.elements, SHOW_SIZE_T},
12196
{"role_grants", (char*)&acl_roles_mappings.records, SHOW_ULONG},
12197
{"roles", (char*)&acl_roles.records, SHOW_ULONG},
12198
{"table_grants", (char*)&column_priv_hash.records, SHOW_ULONG},
12199
- {"users", (char*)&acl_users.elements, SHOW_UINT},
+ {"users", (char*)&acl_users.elements, SHOW_SIZE_T},
12200
#endif
12201
{NullS, NullS, SHOW_LONG},
12202
};
0 commit comments