|
MySQL 5.6.14 Source Code Document
|
#include <pfs_setup_actor.h>

Public Attributes | |
| pfs_lock | m_lock |
| PFS_setup_actor_key | m_key |
| const char * | m_username |
| uint | m_username_length |
| const char * | m_hostname |
| uint | m_hostname_length |
| const char * | m_rolename |
| uint | m_rolename_length |
A setup_actor record.
Definition at line 52 of file pfs_setup_actor.h.
| const char* PFS_setup_actor::m_hostname |
Host name. This points inside the hash key.
Definition at line 63 of file pfs_setup_actor.h.
| uint PFS_setup_actor::m_hostname_length |
Length of m_hostname.
Definition at line 65 of file pfs_setup_actor.h.
| PFS_setup_actor_key PFS_setup_actor::m_key |
Hash key.
Definition at line 57 of file pfs_setup_actor.h.
| pfs_lock PFS_setup_actor::m_lock |
Internal lock.
Definition at line 55 of file pfs_setup_actor.h.
| const char* PFS_setup_actor::m_rolename |
Role name. This points inside the hash key.
Definition at line 67 of file pfs_setup_actor.h.
| uint PFS_setup_actor::m_rolename_length |
Length of m_rolename.
Definition at line 69 of file pfs_setup_actor.h.
| const char* PFS_setup_actor::m_username |
User name. This points inside the hash key.
Definition at line 59 of file pfs_setup_actor.h.
| uint PFS_setup_actor::m_username_length |
Length of m_username.
Definition at line 61 of file pfs_setup_actor.h.