InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
value for UNIQUE (potentially locking) indices More...
#include <Index.h>
Public Attributes | |
int64_t | rowid |
int16_t | engineid |
int64_t | subtransactionid |
int64_t | previoussubtransactionid |
int16_t lockingIndexEntry::engineid |
Definition at line 40 of file Index.h.
Referenced by Index::checkAndLock(), Index::checkifmatch(), Index::replaceUnique(), and SubTransaction::uniqueIndex().
int64_t lockingIndexEntry::rowid |
Definition at line 39 of file Index.h.
Referenced by Index::checkAndLock(), Index::checkifmatch(), Index::replaceUnique(), and SubTransaction::uniqueIndex().
int64_t lockingIndexEntry::subtransactionid |
Definition at line 41 of file Index.h.
Referenced by Index::checkAndLock(), SubTransaction::drainIndexLockQueue(), Index::replaceUnique(), and SubTransaction::uniqueIndex().