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

#include <pfs_instr_class.h>

Public Attributes

char m_hash_key [1+NAME_LEN+1+NAME_LEN+1]
uint m_key_length

Detailed Description

Key identifying a table share.

Definition at line 218 of file pfs_instr_class.h.

Member Data Documentation

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>"

See Also
create_table_def_key

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.


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