MySQL 5.6.14 Source Code Document
|
Classes | |
struct | Op |
Public Types | |
enum | State { NotStarted, Started, Committed, Aborted } |
Public Member Functions | |
Uint32 | transId () const |
Uint32 | transKey () const |
Uint32 | requestFlags () const |
Public Attributes | |
State | m_state |
NdbError | m_error |
Uint32 | m_transId |
Uint32 | m_transKey |
Vector< Op > | m_op |
Definition at line 568 of file NdbDictionaryImpl.hpp.