MySQL 5.6.14 Source Code Document
|
#include <pfs_setup_actor.h>
Public Attributes | |
char | m_hash_key [USERNAME_LENGTH+1+HOSTNAME_LENGTH+1+ROLENAME_LENGTH+1] |
uint | m_key_length |
char PFS_setup_actor_key::m_hash_key[USERNAME_LENGTH+1+HOSTNAME_LENGTH+1+ROLENAME_LENGTH+1] |
Hash search key. This has to be a string for LF_HASH, the format is "<username><0x00><hostname><0x00><rolename><0x00>"
Definition at line 46 of file pfs_setup_actor.h.
uint PFS_setup_actor_key::m_key_length |
Length of m_hash_key
.
Definition at line 48 of file pfs_setup_actor.h.