MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_setup_actor_key Struct Reference

#include <pfs_setup_actor.h>

Public Attributes

char m_hash_key [USERNAME_LENGTH+1+HOSTNAME_LENGTH+1+ROLENAME_LENGTH+1]
uint m_key_length

Detailed Description

Hash key for

See Also
PFS_setup_actor.

Definition at line 39 of file pfs_setup_actor.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: