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

Public Types

enum  RequestType {
  RT_START = 0x0, RT_PARSE = 0x1, RT_FLUSH_PREPARE = 0x2, RT_PREPARE = 0x3,
  RT_ABORT_PARSE = 0x4, RT_ABORT_PREPARE = 0x5, RT_FLUSH_COMMIT = 0x6, RT_COMMIT = 0x7,
  RT_FLUSH_COMPLETE = 0x8, RT_COMPLETE = 0x9, RT_END = 0xa
}

Public Member Functions

 STATIC_CONST (SignalLength=8)
 STATIC_CONST (SignalLengthStart=9)
 STATIC_CONST (GSN=GSN_SCHEMA_TRANS_IMPL_REQ)

Public Attributes

Uint32 senderRef
Uint32 transId
Uint32 transKey
Uint32 requestInfo
Uint32 opKey
union {
   struct {
      Uint32   clientRef
      Uint32   objectId
   }   start
   struct {
      Uint32   gsn
   }   parse
}; 

Detailed Description

Definition at line 23 of file SchemaTransImpl.hpp.


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