MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | State { FREE, ALLOCATED, PREPARED } |
Public Member Functions | |
NdbLockHandle (Ndb *) | |
void | init () |
void | release (Ndb *ndb) |
bool | isLockRefValid () const |
Uint32 | getDistKey () const |
const Uint32 * | getKeyInfoWords (Uint32 &sz) const |
Public Member Functions inherited from Free_list_element< NdbLockHandle > | |
void | next (NdbLockHandle *obj) |
NdbLockHandle * | next () |
Public Attributes | |
State | m_state |
const NdbTableImpl * | m_table |
Uint32 | m_lockRef [3] |
Uint32 | m_openBlobCount |
NdbLockHandle * | thePrev |
Public Attributes inherited from Free_list_element< NdbLockHandle > | |
NdbLockHandle * | theNext |
Definition at line 107 of file NdbUtil.hpp.