#include <sql_acl.h>
Inheritance diagram for ACL_USER:


Public Attributes | |
| acl_host_and_ip | host |
| uint | hostname_length |
| USER_RESOURCES | user_resource |
| char * | user |
| uint8 | salt [SCRAMBLE_LENGTH+1] |
| uint8 | salt_len |
| enum SSL_type | ssl_type |
| const char * | ssl_cipher |
| const char * | x509_issuer |
| const char * | x509_subject |
Definition at line 193 of file sql_acl.h.
Definition at line 196 of file sql_acl.h.
Referenced by acl_getroot_no_password(), acl_insert_user(), change_password(), check_acl_user(), check_get_key(), fill_schema_user_privileges(), and handle_grant_struct().
| uint8 ACL_USER::salt[SCRAMBLE_LENGTH+1] |
Definition at line 200 of file sql_acl.h.
Referenced by mysql_show_grants(), set_user_salt(), and sp_grant_privileges().
Definition at line 201 of file sql_acl.h.
Referenced by mysql_show_grants(), set_user_salt(), and sp_grant_privileges().
| const char* ACL_USER::ssl_cipher |
| char* ACL_USER::user |
Definition at line 199 of file sql_acl.h.
Referenced by acl_getroot_no_password(), acl_insert_user(), change_password(), check_acl_user(), fill_schema_user_privileges(), and handle_grant_struct().
Definition at line 198 of file sql_acl.h.
Referenced by acl_insert_user(), get_mqh(), and mysql_show_grants().
| const char * ACL_USER::x509_issuer |
| const char * ACL_USER::x509_subject |
1.4.7

