MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
LockQueueInstance (Uint32 id) | |
Uint32 | hashValue () const |
bool | equal (const LockQueueInstance &rec) const |
Public Attributes | |
union { | |
Uint32 m_lockId | |
Uint32 key | |
}; | |
LockQueue | m_queue |
union { | |
Uint32 nextHash | |
Uint32 nextPool | |
}; | |
Uint32 | prevHash |
Definition at line 441 of file DbUtil.hpp.