InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stagedRow_s Struct Reference

rows and unique index entries worked on by Transaction More...

#include <defs.h>

Collaboration diagram for stagedRow_s:

Public Attributes

pendingprimitive_e cmd
 
std::string originalRow
 
int64_t originalrowid
 
int64_t originalengineid
 
int64_t previoussubtransactionid
 
std::string newRow
 
int64_t newrowid
 
int64_t newengineid
 
locktype_e locktype
 
boost::unordered_map< int64_t,
lockFieldValue_s
uniqueIndices
 

Detailed Description

rows and unique index entries worked on by Transaction

each entry has been loced unless NO LOCK clause of SELECT

Definition at line 484 of file defs.h.

Member Data Documentation

int64_t stagedRow_s::previoussubtransactionid

The documentation for this struct was generated from the following file: