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

#include <CreateEvnt.hpp>

Public Types

enum  ErrorCode {
  NoError = 0, Undefined = 1, NF_FakeErrorREF = 11, Busy = 701,
  NotMaster = 702
}

Public Member Functions

 STATIC_CONST (SignalLength=7)
 STATIC_CONST (SignalLength2=SignalLength+1)
Uint32 getUserRef () const
void setUserRef (Uint32 val)
Uint32 getUserData () const
void setUserData (Uint32 val)
Uint32 getErrorCode () const
void setErrorCode (Uint32 val)
Uint32 getErrorLine () const
void setErrorLine (Uint32 val)
Uint32 getErrorNode () const
void setErrorNode (Uint32 val)
Uint32 getMasterNode () const
void setMasterNode (Uint32 val)

Public Attributes

union {
   Uint32   senderRef
   Uint32   m_userRef
}; 
union {
   Uint32   senderData
   Uint32   m_userData
}; 
union {
   Uint32   errorCode
   Uint32   m_errorCode
}; 
Uint32 m_errorLine
Uint32 m_errorNode
Uint32 m_masterNodeId

Friends

bool printDROP_EVNT_REF (FILE *, const Uint32 *, Uint32, Uint16)

Detailed Description

DropEvntRef.

Definition at line 97 of file CreateEvnt.hpp.


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