MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UtilExecuteReq Class Reference

Execute transaction in Util block. More...

#include <UtilExecute.hpp>

Public Member Functions

 STATIC_CONST (SignalLength=4)
 STATIC_CONST (HEADER_SECTION=0)
 STATIC_CONST (DATA_SECTION=1)
 STATIC_CONST (NoOfSections=2)
GET_SET_SENDERREF
GET_SET_SENDERDATA void 
setPrepareId (Uint32 pId)
Uint32 getPrepareId () const
void setReleaseFlag ()
bool getReleaseFlag () const

Public Attributes

Uint32 senderData
Uint32 senderRef
Uint32 prepareId
Uint32 scanTakeOver

Friends

class DbUtil
class Trix
bool printUTIL_EXECUTE_REQ (FILE *output, const Uint32 *theData, Uint32 len, Uint16 receiverBlockNo)

Detailed Description

Execute transaction in Util block.

UTIL_EXECUTE_REQ, UTIL_EXECUTE_CONF, UTIL_EXECUTE_REF

Data format:

  • UTIL_EXECUTE_REQ <prepareId> <ListOfAttributeHeaderValuePairs>

Definition at line 37 of file UtilExecute.hpp.

Friends And Related Function Documentation

friend class DbUtil
friend

Sender(s) / Receiver(s)

Definition at line 39 of file UtilExecute.hpp.

bool printUTIL_EXECUTE_REQ ( FILE *  output,
const Uint32 *  theData,
Uint32  len,
Uint16  receiverBlockNo 
)
friend

For printing

Definition at line 22 of file UtilExecute.cpp.


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