InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
MessageDeadlock POD (serializable by memcpy) data members. More...
#include <Message.h>
Public Attributes | |
int64_t | transactionid |
int64_t | tainstance |
int64_t | transaction_pendingcmdid |
int64_t | deadlockchange |
MessageDeadlock POD (serializable by memcpy) data members.
int64_t MessageDeadlock::deadlock_s::deadlockchange |
Definition at line 332 of file Message.h.
Referenced by Transaction::checkLock(), Transaction::checkSqlLock(), and DeadlockMgr::DeadlockMgr().
int64_t MessageDeadlock::deadlock_s::tainstance |
Definition at line 330 of file Message.h.
Referenced by Transaction::checkLock(), and Transaction::checkSqlLock().
int64_t MessageDeadlock::deadlock_s::transaction_pendingcmdid |
Definition at line 331 of file Message.h.
Referenced by Transaction::checkLock(), Transaction::checkSqlLock(), DeadlockMgr::deadlock(), Transaction::deadlockAbort(), and DeadlockMgr::DeadlockMgr().
int64_t MessageDeadlock::deadlock_s::transactionid |
Definition at line 329 of file Message.h.
Referenced by Transaction::abortCmd(), Transaction::checkLock(), Transaction::checkSqlLock(), DeadlockMgr::deadlock(), DeadlockMgr::DeadlockMgr(), and TransactionAgent::TransactionAgent().