MySQL 5.6.14 Source Code Document
|
#include <pfs_setup_object.h>
Public Attributes | |
char | m_hash_key [1+NAME_LEN+1+NAME_LEN+1] |
uint | m_key_length |
char PFS_setup_object_key::m_hash_key[1+NAME_LEN+1+NAME_LEN+1] |
Hash search key. This has to be a string for LF_HASH, the format is "<enum_object_type><schema_name><0x00><object_name><0x00>"
Definition at line 43 of file pfs_setup_object.h.