MySQL 5.6.14 Source Code Document
|
#include <pfs_instr_class.h>
Public Attributes | |
char | m_hash_key [1+NAME_LEN+1+NAME_LEN+1] |
uint | m_key_length |
Key identifying a table share.
Definition at line 218 of file pfs_instr_class.h.
char PFS_table_share_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 226 of file pfs_instr_class.h.
uint PFS_table_share_key::m_key_length |
Length in bytes of m_hash_key
.
Definition at line 228 of file pfs_instr_class.h.