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

#include <DumpStateOrd.hpp>

Public Types

enum  DumpStateType {
  OneBlockOnly = 100000, _BackupMin = 100000, BackupStatus = 100000, _BackupMax = 100999,
  _TCMin = 101000, _TCMax = 101999, _LQHMin = 102000, LQHLogFileInitStatus = 102000,
  _LQHMax = 102999, CommitAckMarkersSize = 14, CommitAckMarkersDump = 15, DihDumpNodeRestartInfo = 16,
  DihDumpNodeStatusInfo = 17, DihPrintFragmentation = 18, NdbcntrTestStopOnError = 25, NdbcntrStopNodes = 70,
  QmgrErr935 = 935, NdbfsDumpFileStat = 400, NdbfsDumpAllFiles = 401, NdbfsDumpOpenFiles = 402,
  NdbfsDumpIdleFiles = 403, CmvmiSchedulerExecutionTimer = 502, CmvmiRealtimeScheduler = 503, CmvmiExecuteLockCPU = 504,
  CmvmiMaintLockCPU = 505, CmvmiSchedulerSpinTimer = 506, LqhDumpAllDefinedTabs = 1332, LqhDumpNoLogPages = 1333,
  LqhDumpOneScanRec = 2300, LqhDumpAllScanRec = 2301, LqhDumpAllActiveScanRec = 2302, LqhDumpLcpState = 2303,
  LqhErrorInsert5042 = 2315, AccDumpOneScanRec = 2400, AccDumpAllScanRec = 2401, AccDumpAllActiveScanRec = 2402,
  AccDumpOneOperationRec = 2403, AccDumpNumOpRecs = 2404, AccDumpFreeOpRecs = 2405, AccDumpNotFreeOpRecs = 2406,
  DumpPageMemory = 1000, TcDumpAllScanFragRec = 2500, TcDumpOneScanFragRec = 2501, TcDumpAllScanRec = 2502,
  TcDumpAllActiveScanRec = 2503, TcDumpOneScanRec = 2504, TcDumpOneApiConnectRec = 2505, TcDumpAllApiConnectRec = 2506,
  TcSetTransactionTimeout = 2507, TcSetApplTransactionTimeout = 2508, TcStartDumpIndexOpCount = 2512, TcDumpIndexOpCount = 2513,
  CmvmiDumpConnections = 2600, CmvmiDumpLongSignalMemory = 2601, CmvmiSetRestartOnErrorInsert = 2602, CmvmiTestLongSigWithDelay = 2603,
  CmvmiDumpSubscriptions = 2604, CmvmiTestLongSig = 2605, DumpEventLog = 2606, LCPContinue = 5900,
  DihDumpLCPState = 7013, DihDumpLCPMasterTakeOver = 7014, DihAllAllowNodeStart = 7016, DihMinTimeBetweenLCP = 7017,
  DihMaxTimeBetweenLCP = 7018, EnableUndoDelayDataWrite = 7080, DihSetTimeBetweenGcp = 7090, DihStartLcpImmediately = 7099,
  TuxLogToFile = 12001, TuxSetLogFlags = 12002, TuxMetaDataJunk = 12009, DumpTsman = 9800,
  DumpLgman = 10000, DumpPgman = 11000, DumpBackup = 13000, DumpBackupSetCompressed = 13001,
  DumpBackupSetCompressedLCP = 13002, BackupErrorInsert = 13003, DumpDbinfo = 14000, DbinfoListTables = 14001,
  DbinfoListColumns = 14002, DbinfoScanTable = 14003, SchemaResourceSnapshot = 4000, SchemaResourceCheckLeak = 4001
}

Public Attributes

Uint32 args [25]

Friends

class Cmvmi
class MgmtSrvr
class Dbacc
class Dblqh
class Dbtup
class Dbtc
class Ndbcntr
class Qmgr
class Dbdih
class Dbdict
class Ndbfs

Detailed Description

DumpStateOrd is sent by the mgmtsrvr to CMVMI. CMVMI the redirect the signal to all blocks.

The implementation of the DumpStateOrd should dump state information (typically using the infoEvent-function)

Definition at line 30 of file DumpStateOrd.hpp.

Friends And Related Function Documentation

friend class Cmvmi
friend

Sender/Reciver

Definition at line 34 of file DumpStateOrd.hpp.

friend class Dbacc
friend

Reciver(s)

Definition at line 44 of file DumpStateOrd.hpp.

friend class MgmtSrvr
friend

Sender(s)

Definition at line 39 of file DumpStateOrd.hpp.


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