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


Public Attributes | |
| acl_host_and_ip | host |
| char * | user |
| char * | db |
Definition at line 207 of file sql_acl.h.
| char * ACL_DB::db |
Definition at line 211 of file sql_acl.h.
Referenced by acl_insert_db(), fill_schema_schema_privileges(), mysql_revoke_all(), and mysql_show_grants().
Definition at line 210 of file sql_acl.h.
Referenced by acl_insert_db(), fill_schema_schema_privileges(), handle_grant_struct(), mysql_revoke_all(), and mysql_show_grants().
| char* ACL_DB::user |
Definition at line 211 of file sql_acl.h.
Referenced by acl_insert_db(), fill_schema_schema_privileges(), handle_grant_struct(), mysql_revoke_all(), and mysql_show_grants().
1.4.7

