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

Public Types

enum  RequestInfo {
  Create = 0x1, CreateForce = 0x2, Open = 0x4, Commit = 0x8,
  Abort = 0x10
}

Public Member Functions

 STATIC_CONST (SignalLength=11)
 STATIC_CONST (DatafileLength=10)
 STATIC_CONST (UndofileLength=9)
 STATIC_CONST (CommitLength=7)
 STATIC_CONST (AbortLength=7)
 SECTION (FILENAME=0)

Public Attributes

Uint32 senderData
Uint32 senderRef
Uint32 requestInfo
Uint32 file_id
Uint32 file_version
Uint32 filegroup_id
Uint32 filegroup_version
Uint32 file_size_hi
Uint32 file_size_lo
union {
   struct {
      Uint32   extent_size
   }   tablespace
}; 
Uint32 requestType

Friends

class Dbdict
class Tsman
class Lgman
bool printCREATE_FILE_IMPL_REQ (FILE *, const Uint32 *, Uint32, Uint16)

Detailed Description

Definition at line 105 of file CreateFilegroupImpl.hpp.

Friends And Related Function Documentation

friend class Dbdict
friend

Sender(s) / Reciver(s)

Definition at line 109 of file CreateFilegroupImpl.hpp.

bool printCREATE_FILE_IMPL_REQ ( FILE *  ,
const Uint32 *  ,
Uint32  ,
Uint16   
)
friend

For printing


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