MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DbUtil::Transaction Struct Reference

Used in execution (contains list of operations) More...

#include <DbUtil.hpp>

Collaboration diagram for DbUtil::Transaction:

Public Member Functions

 Transaction (ArrayPool< Page32 > &ap, ArrayPool< Operation > &op)
bool complete () const
void print () const

Public Attributes

Uint32 clientRef
Uint32 clientData
Array< Page32executePages
Uint32 gsn
union {
   struct {
      Uint32   sequenceId
      Uint32   requestType
   }   sequence
}; 
Uint32 connectPtr
Uint32 connectRef
Uint32 transId [2]
SLList< Operationoperations
Uint32 errorCode
Uint32 noOfRetries
Uint32 gci_hi
Uint32 gci_lo
Uint32 sent
Uint32 recv
union {
   Uint32   nextPool
   Uint32   nextList
}; 
Uint32 prevList

Detailed Description

Used in execution (contains list of operations)

Definition at line 330 of file DbUtil.hpp.

Member Data Documentation

struct { ... } DbUtil::Transaction::sequence

Sequence transaction


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