MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dbdict::DictObject Struct Reference
Collaboration diagram for Dbdict::DictObject:

Public Member Functions

Uint32 hashValue () const
bool equal (const DictObject &obj) const

Public Attributes

Uint32 m_id
Uint32 m_type
Uint32 m_ref_count
RopeHandle m_name
union {
   struct {
      Uint32   m_name_len
      const char *   m_name_ptr
      RopePool *   m_pool
   }   m_key
   Uint32   nextPool
   Uint32   nextList
}; 
Uint32 nextHash
Uint32 prevHash
Uint32 m_trans_key
Uint32 m_op_ref_count

Detailed Description

Definition at line 664 of file Dbdict.hpp.


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