#include <VMSignal.hpp>
Collaboration diagram for Signal:

Public Member Functions | |
| Signal () | |
| Signal () | |
| Uint32 | getLength () const |
| Uint32 | getTrace () const |
| Uint32 | getSendersBlockRef () const |
| const Uint32 * | getDataPtr () const |
| Uint32 * | getDataPtrSend () |
| void | setTrace (Uint32) |
| Uint32 | getNoOfSections () const |
| bool | getSection (SegmentedSectionPtr &ptr, Uint32 sectionNo) |
| void | setSection (SegmentedSectionPtr ptr, Uint32 sectionNo) |
| Uint32 | length () const |
| BlockReference | senderBlockRef () const |
| void | garbage_register () |
Public Attributes | |
| int | foo |
| SignalHeader | header |
| SegmentedSectionPtr | m_sectionPtr [3] |
| union { | |
| Uint32 theData [8192] | |
| Uint64 dummyAlign | |
| }; | |
Private Member Functions | |
| void | setLength (Uint32) |
Friends | |
| class | SimulatedBlock |
| class | APZJobBuffer |
| class | FastScheduler |
Definition at line 280 of file test_varpage.cpp.
| Signal::Signal | ( | ) |
| Signal::Signal | ( | ) |
| void Signal::garbage_register | ( | ) |
Definition at line 26 of file VMSignal.cpp.
References header, theData, SignalHeader::theLength, and SignalHeader::theSendersBlockRef.
00027 { 00028 int i; 00029 theData[0] = 0x13579135; 00030 header.theLength = 0x13579135; 00031 header.theSendersBlockRef = 0x13579135; 00032 for (i = 1; i < 24; i++) 00033 theData[i] = 0x13579135; 00034 }
| const Uint32 * Signal::getDataPtr | ( | ) | const [inline] |
Definition at line 124 of file VMSignal.hpp.
References theData.
Referenced by Dblqh::acckeyconf_load_diskpage(), Dblqh::acckeyconf_load_diskpage_callback(), Dbdict::alterTable_backup_mutex_locked(), Dbtup::buildIndexReply(), Qmgr::check_readnodes_reply(), Backup::checkNodeFail(), Dbtc::checkWaitDropTabFailedLqh(), Dbdih::checkWaitDropTabFailedLqh(), Dblqh::completeLcpRoundLab(), Dbtc::continueTriggeringOp(), Dblqh::copyCompletedLab(), Dblqh::copyTupkeyConfLab(), Tsman::create_file_abort(), Lgman::create_file_abort(), Lgman::create_file_commit(), Tsman::create_file_ref(), Dbdict::createEventUTIL_EXECUTE(), Dbdict::createEventUTIL_PREPARE(), Dbdict::createObj_abort_complete_done(), Dbdict::createObj_commit_complete_done(), Dbdict::createObj_prepare_complete_done(), Dbdict::createTab_alterComplete(), Dbdict::createTab_dihComplete(), Dbdict::createTab_dropComplete(), Dbdict::createTab_reply(), Dbdict::createTab_startLcpMutex_unlocked(), Dbtc::diFcountReqLab(), Dbtup::disk_page_commit_callback(), Dbtup::disk_page_log_buffer_callback(), Lgman::drop_filegroup_drop_files(), Dbdict::dropEventUTIL_EXECUTE_DELETE(), Dbdict::dropEventUTIL_EXECUTE_READ(), Dbdict::dropEventUTIL_PREPARE_DELETE(), Dbdict::dropEventUTIL_PREPARE_READ(), Dbdict::dropEventUtilExecuteRef(), Dbdict::dropEventUtilPrepareRef(), Dbdict::dropObj_abort_complete_done(), Dbdict::dropObj_commit_complete_done(), Dbdict::dropObj_prepare_complete_done(), Dbdict::dropTab_localDROP_TAB_CONF(), Dbdict::dropTab_writeSchemaConf(), Lgman::endlcp_callback(), Backup::execABORT_BACKUP_ORD(), Dbtux::execACC_CHECK_SCAN(), Dbtup::execACC_CHECK_SCAN(), Dbtux::execACC_SCANREQ(), Dbtup::execACC_SCANREQ(), Dbdih::execADD_FRAGCONF(), Dbdih::execADD_FRAGREF(), Dbdict::execADD_FRAGREQ(), Tsman::execALLOC_EXTENT_REQ(), Qmgr::execALLOC_NODEID_CONF(), Qmgr::execALLOC_NODEID_REF(), Qmgr::execALLOC_NODEID_REQ(), Tsman::execALLOC_PAGE_REQ(), Dbtux::execALTER_INDX_REQ(), Dbtc::execALTER_INDX_REQ(), Dbdict::execALTER_TAB_CONF(), Dbdict::execALTER_TAB_REF(), Suma::execALTER_TAB_REQ(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), Dbdict::execALTER_TAB_REQ(), Dbdict::execALTER_TABLE_REQ(), Qmgr::execAPI_BROADCAST_REP(), Suma::execAPI_FAILREQ(), Qmgr::execAPI_REGREQ(), Qmgr::execAPI_VERSION_REQ(), Backup::execBACKUP_ABORT_REP(), Backup::execBACKUP_COMPLETE_REP(), Backup::execBACKUP_CONF(), Backup::execBACKUP_FRAGMENT_COMPLETE_REP(), Backup::execBACKUP_FRAGMENT_CONF(), Backup::execBACKUP_FRAGMENT_REF(), Backup::execBACKUP_FRAGMENT_REQ(), Backup::execBACKUP_REF(), Backup::execBACKUP_REQ(), Trix::execBUILDINDXREQ(), Qmgr::execCM_ACKADD(), Qmgr::execCM_ADD(), Qmgr::execCM_NODEINFOCONF(), Qmgr::execCM_NODEINFOREQ(), Qmgr::execCM_REGREF(), Ndbcntr::execCNTR_START_CONF(), Ndbcntr::execCNTR_START_REF(), Ndbcntr::execCNTR_START_REQ(), Dbtux::execCONTINUEB(), Dbdict::execCREATE_EVNT_CONF(), Dbdict::execCREATE_EVNT_REF(), Dbdict::execCREATE_EVNT_REQ(), Dbdict::execCREATE_FILE_CONF(), Dbdict::execCREATE_FILE_REF(), Tsman::execCREATE_FILE_REQ(), Lgman::execCREATE_FILE_REQ(), Dbdict::execCREATE_FILE_REQ(), Dbdict::execCREATE_FILEGROUP_CONF(), Dbdict::execCREATE_FILEGROUP_REF(), Tsman::execCREATE_FILEGROUP_REQ(), Lgman::execCREATE_FILEGROUP_REQ(), Dbdict::execCREATE_FILEGROUP_REQ(), Dbdict::execCREATE_FRAGMENTATION_CONF(), Dbdict::execCREATE_FRAGMENTATION_REF(), Dbdih::execCREATE_FRAGMENTATION_REQ(), Dbtc::execCREATE_INDX_REQ(), Dbdict::execCREATE_OBJ_CONF(), Dbdict::execCREATE_OBJ_REF(), Dbdict::execCREATE_OBJ_REQ(), Dbdict::execCREATE_SUBID_CONF(), Dbdict::execCREATE_SUBID_REF(), Suma::execCREATE_SUBID_REQ(), Suma::execCREATE_TAB_CONF(), Dbdict::execCREATE_TAB_CONF(), Dbdict::execCREATE_TAB_REF(), Dbdict::execCREATE_TAB_REQ(), Dbdict::execCREATE_TABLE_CONF(), Dbdict::execCREATE_TABLE_REF(), Dbdict::execCREATE_TABLE_REQ(), Suma::execCREATE_TRIG_CONF(), Backup::execCREATE_TRIG_CONF(), Suma::execCREATE_TRIG_REF(), Backup::execCREATE_TRIG_REF(), Dbtup::execCREATE_TRIG_REQ(), Backup::execDEFINE_BACKUP_CONF(), Backup::execDEFINE_BACKUP_REF(), Backup::execDEFINE_BACKUP_REQ(), Suma::execDI_FCOUNTCONF(), Dbtc::execDI_FCOUNTCONF(), Backup::execDI_FCOUNTCONF(), Suma::execDI_FCOUNTREF(), Dbtc::execDI_FCOUNTREF(), Dbdih::execDI_FCOUNTREQ(), Dbdict::execDIADDTABCONF(), Dbdict::execDIADDTABREF(), Dbdih::execDIADDTABREQ(), Dbdict::execDICT_ABORT_CONF(), Dbdict::execDICT_ABORT_REF(), Dbdict::execDICT_ABORT_REQ(), Dbdict::execDICT_COMMIT_CONF(), Dbdict::execDICT_COMMIT_REF(), Dbdict::execDICT_COMMIT_REQ(), Dbdict::execDROP_EVNT_REQ(), Dbdict::execDROP_FILE_CONF(), Dbdict::execDROP_FILE_REF(), Tsman::execDROP_FILE_REQ(), Dbdict::execDROP_FILE_REQ(), Dbdict::execDROP_FILEGROUP_CONF(), Dbdict::execDROP_FILEGROUP_REF(), Tsman::execDROP_FILEGROUP_REQ(), Lgman::execDROP_FILEGROUP_REQ(), Dbdict::execDROP_FILEGROUP_REQ(), Dbtc::execDROP_INDX_REQ(), Dbdict::execDROP_OBJ_CONF(), Dbdict::execDROP_OBJ_REF(), Dbdict::execDROP_OBJ_REQ(), Suma::execDROP_TAB_CONF(), Dbdict::execDROP_TAB_CONF(), Dbdict::execDROP_TAB_REF(), Dbtux::execDROP_TAB_REQ(), Dbtup::execDROP_TAB_REQ(), Dbtc::execDROP_TAB_REQ(), Dblqh::execDROP_TAB_REQ(), Dbdih::execDROP_TAB_REQ(), Dbacc::execDROP_TAB_REQ(), Dbdict::execDROP_TABLE_CONF(), Dbdict::execDROP_TABLE_REF(), Dbdict::execDROP_TABLE_REQ(), Suma::execDROP_TRIG_CONF(), Backup::execDROP_TRIG_CONF(), Suma::execDROP_TRIG_REF(), Backup::execDROP_TRIG_REF(), Dbtup::execDROP_TRIG_REQ(), Trix::execDUMP_STATE_ORD(), Dbdict::execDUMP_STATE_ORD(), Pgman::execEND_LCP_REQ(), Lgman::execEND_LCP_REQ(), Backup::execEND_LCPREQ(), Suma::execFIRE_TRIG_ORD(), Dbtc::execFIRE_TRIG_ORD(), Backup::execFIRE_TRIG_ORD(), Tsman::execFREE_EXTENT_REQ(), Backup::execFSAPPENDREF(), Tsman::execFSCLOSECONF(), Restore::execFSCLOSECONF(), Lgman::execFSCLOSECONF(), Backup::execFSCLOSECONF(), Backup::execFSCLOSEREF(), VoidFs::execFSCLOSEREQ(), Tsman::execFSOPENCONF(), Restore::execFSOPENCONF(), Lgman::execFSOPENCONF(), Backup::execFSOPENCONF(), Tsman::execFSOPENREF(), Restore::execFSOPENREF(), Lgman::execFSOPENREF(), Backup::execFSOPENREF(), Tsman::execFSREADCONF(), Restore::execFSREADCONF(), Pgman::execFSREADCONF(), Lgman::execFSREADCONF(), Tsman::execFSREADREF(), VoidFs::execFSREADREQ(), Ndbfs::execFSREADREQ(), Backup::execFSREMOVECONF(), Backup::execFSREMOVEREF(), VoidFs::execFSREMOVEREQ(), Ndbfs::execFSREMOVEREQ(), Pgman::execFSWRITECONF(), Lgman::execFSWRITECONF(), Tsman::execFSWRITEREQ(), VoidFs::execFSWRITEREQ(), Lgman::execFSWRITEREQ(), Suma::execGET_TABINFO_CONF(), DbUtil::execGET_TABINFO_CONF(), Dbdict::execGET_TABINFO_CONF(), Backup::execGET_TABINFO_CONF(), Suma::execGET_TABINFOREF(), DbUtil::execGET_TABINFOREF(), Backup::execGET_TABINFOREF(), Dbdict::execGET_TABLEDID_REQ(), Dbtc::execINDXATTRINFO(), Dbtc::execINDXKEYINFO(), Dbtc::execKEYINFO20_R(), Dbdih::execLCP_COMPLETE_REP(), Pgman::execLCP_FRAG_ORD(), Lgman::execLCP_FRAG_ORD(), Dbtup::execLCP_FRAG_ORD(), Dbdih::execLCP_FRAG_REP(), Dblqh::execLCP_PREPARE_CONF(), Dblqh::execLCP_PREPARE_REF(), Backup::execLCP_PREPARE_REQ(), Backup::execLIST_TABLES_CONF(), Dbdict::execLIST_TABLES_REQ(), Dbdict::execLQHADDATTCONF(), Dbdict::execLQHADDATTREF(), Dblqh::execLQHADDATTREQ(), Dbdict::execLQHFRAGCONF(), Dbdict::execLQHFRAGREF(), Dblqh::execLQHFRAGREQ(), Restore::execLQHKEYCONF(), Dbtc::execLQHKEYCONF(), Dblqh::execLQHKEYCONF(), Dbtc::execLQHKEYREF(), Dblqh::execLQHKEYREQ(), Dbtux::execNEXT_SCANREQ(), Dbtup::execNEXT_SCANREQ(), SafeCounterManager::execNODE_FAILREP(), Trix::execNODE_FAILREP(), Suma::execNODE_FAILREP(), Backup::execNODE_FAILREP(), Dbtc::execPACKED_SIGNAL(), Dblqh::execPACKED_SIGNAL(), Dbdict::execPREP_DROP_TAB_CONF(), Dbdict::execPREP_DROP_TAB_REF(), Dbtc::execPREP_DROP_TAB_REQ(), Dblqh::execPREP_DROP_TAB_REQ(), Dbdih::execPREP_DROP_TAB_REQ(), Ndbcntr::Missra::execREAD_CONFIG_CONF(), Trix::execREAD_CONFIG_REQ(), Suma::execREAD_CONFIG_REQ(), Restore::execREAD_CONFIG_REQ(), Qmgr::execREAD_CONFIG_REQ(), Pgman::execREAD_CONFIG_REQ(), VoidFs::execREAD_CONFIG_REQ(), Ndbfs::execREAD_CONFIG_REQ(), Ndbcntr::execREAD_CONFIG_REQ(), DbUtil::execREAD_CONFIG_REQ(), Dbtux::execREAD_CONFIG_REQ(), Dbtup::execREAD_CONFIG_REQ(), Dbtc::execREAD_CONFIG_REQ(), Dblqh::execREAD_CONFIG_REQ(), Dbdih::execREAD_CONFIG_REQ(), Dbdict::execREAD_CONFIG_REQ(), Dbacc::execREAD_CONFIG_REQ(), Cmvmi::execREAD_CONFIG_REQ(), Trix::execREAD_NODESCONF(), Suma::execREAD_NODESCONF(), Backup::execREAD_NODESCONF(), Dblqh::execRESTORE_LCP_CONF(), Restore::execRESTORE_LCP_REQ(), Suma::execSCAN_FRAGCONF(), Backup::execSCAN_FRAGCONF(), Backup::execSCAN_FRAGREF(), Dbtc::execSCAN_NEXTREQ(), Backup::execSTART_BACKUP_CONF(), Backup::execSTART_BACKUP_REF(), Backup::execSTART_BACKUP_REQ(), Dbdih::execSTART_LCP_CONF(), Dbdih::execSTART_LCP_REQ(), Backup::execSTOP_BACKUP_CONF(), Backup::execSTOP_BACKUP_REF(), Backup::execSTOP_BACKUP_REQ(), Ndbcntr::execSTOP_CONF(), Qmgr::execSTOP_REQ(), Trix::execSUB_CREATE_CONF(), Dbdict::execSUB_CREATE_CONF(), Suma::execSUB_CREATE_REF(), Dbdict::execSUB_CREATE_REF(), Suma::execSUB_CREATE_REQ(), Suma::execSUB_GCP_COMPLETE_ACK(), Lgman::execSUB_GCP_COMPLETE_REP(), Dbdict::execSUB_REMOVE_CONF(), Dbdict::execSUB_REMOVE_REF(), Suma::execSUB_REMOVE_REQ(), Dbdict::execSUB_REMOVE_REQ(), Dbdict::execSUB_START_CONF(), Suma::execSUB_START_REF(), Dbdict::execSUB_START_REF(), Suma::execSUB_START_REQ(), Dbdict::execSUB_START_REQ(), Dbdict::execSUB_STOP_CONF(), Suma::execSUB_STOP_REF(), Dbdict::execSUB_STOP_REF(), Suma::execSUB_STOP_REQ(), Dbdict::execSUB_STOP_REQ(), Trix::execSUB_SYNC_CONF(), Suma::execSUB_SYNC_CONTINUE_CONF(), Trix::execSUB_SYNC_CONTINUE_REQ(), Trix::execSUB_SYNC_REF(), Suma::execSUB_SYNC_REQ(), Trix::execSUB_TABLE_DATA(), Suma::execSUMA_HANDOVER_CONF(), Suma::execSUMA_HANDOVER_REQ(), Suma::execSUMA_START_ME_REF(), Ndbcntr::execSYSTEM_ERROR(), Dbtc::execTC_HBREP(), Dbtc::execTCINDXREQ(), DbUtil::execTCKEYCONF(), Dbtc::execTCKEYCONF(), Dbtc::execTCKEYREF(), Dbtc::execTCKEYREQ(), Dbtc::execTCROLLBACKREP(), Suma::execTRANSID_AI(), Dbtc::execTRANSID_AI(), Dbtc::execTRANSID_AI_R(), Suma::execTRIG_ATTRINFO(), Dbtc::execTRIG_ATTRINFO(), Backup::execTRIG_ATTRINFO(), Dbtup::execTUP_COMMITREQ(), Dbtup::execTUPFRAGREQ(), Dblqh::execTUPKEYCONF(), Dblqh::execTUPKEYREF(), Dbtup::execTUPKEYREQ(), Dbtux::execTUX_ADD_ATTRREQ(), Dbtux::execTUXFRAGREQ(), SimulatedBlock::MutexManager::execUTIL_CREATE_LOCK_CONF(), SimulatedBlock::MutexManager::execUTIL_CREATE_LOCK_REF(), DbUtil::execUTIL_CREATE_LOCK_REQ(), SimulatedBlock::MutexManager::execUTIL_DESTORY_LOCK_CONF(), SimulatedBlock::MutexManager::execUTIL_DESTORY_LOCK_REF(), DbUtil::execUTIL_DESTORY_LOCK_REQ(), Trix::execUTIL_EXECUTE_CONF(), Trix::execUTIL_EXECUTE_REF(), DbUtil::execUTIL_EXECUTE_REQ(), SimulatedBlock::MutexManager::execUTIL_LOCK_CONF(), SimulatedBlock::MutexManager::execUTIL_LOCK_REF(), DbUtil::execUTIL_LOCK_REQ(), Trix::execUTIL_PREPARE_CONF(), Trix::execUTIL_PREPARE_REF(), DbUtil::execUTIL_PREPARE_REQ(), DbUtil::execUTIL_RELEASE_REQ(), Suma::execUTIL_SEQUENCE_CONF(), Backup::execUTIL_SEQUENCE_CONF(), Suma::execUTIL_SEQUENCE_REF(), Backup::execUTIL_SEQUENCE_REF(), DbUtil::execUTIL_SEQUENCE_REQ(), SimulatedBlock::MutexManager::execUTIL_UNLOCK_CONF(), SimulatedBlock::MutexManager::execUTIL_UNLOCK_REF(), DbUtil::execUTIL_UNLOCK_REQ(), Dbtc::execWAIT_DROP_TAB_CONF(), Dbdih::execWAIT_DROP_TAB_CONF(), Dbtc::execWAIT_DROP_TAB_REF(), Dbdih::execWAIT_DROP_TAB_REF(), Dblqh::execWAIT_DROP_TAB_REQ(), Ndbcntr::execWAIT_GCP_CONF(), Backup::execWAIT_GCP_CONF(), Backup::execWAIT_GCP_REF(), Qmgr::failReportLab(), SimulatedBlock::fsRefError(), Backup::getFragmentInfoDone(), Backup::lcp_send_end_lcp_conf(), Tsman::load_extent_page_callback(), Dblqh::next_scanconf_load_diskpage(), Dblqh::next_scanconf_load_diskpage_callback(), DbUtil::prepareOperation(), Dbdict::prepDropTab_writeSchemaConf(), Dbdict::recvSignalUtilReq(), Dbtc::releaseAbortResources(), Dbdict::restartCreateObj_getTabInfoConf(), DbUtil::runOperation(), Suma::Restart::runSUB_CREATE_CONF(), Suma::Restart::runSUB_START_CONF(), Dbtc::saveTriggeringOpState(), Dblqh::scanTupkeyConfLab(), Dbdih::sendAddFragreq(), Dbdict::sendGetTabResponse(), Dblqh::sendLCP_FRAGIDREQ(), Lgman::stop_run_undo_log(), Dbdict::trans_abort_complete_done(), Dbdict::trans_commit_complete_done(), Ndbcntr::trySystemRestart(), and Dbdih::writingCopyGciLab().
00124 { 00125 return &theData[0]; 00126 }
Here is the caller graph for this function:

| Uint32 * Signal::getDataPtrSend | ( | ) | [inline] |
Definition at line 130 of file VMSignal.hpp.
References theData.
Referenced by Backup::abort_scan(), Dblqh::abortAddFragOps(), Dblqh::acckeyconf_tupkeyreq(), Dblqh::accScanConfScanLab(), Dbdict::activateIndexes(), Dbtup::addTuxEntries(), Dbdih::allNodesLcpCompletedLab(), Dbdict::alterIndex_sendReply(), Dbdict::alterIndex_sendSlaveReq(), Dbdict::alterIndex_toBuildIndex(), Dbdict::alterIndex_toCreateTc(), Dbdict::alterIndex_toCreateTrigger(), Dbdict::alterIndex_toDropTc(), Dbdict::alterIndex_toDropTrigger(), Dbdict::alterTab_writeTableConf(), Dbdict::alterTable_backup_mutex_locked(), Dbdict::alterTableRef(), Dbdict::alterTabRef(), Dbdict::alterTrigger_sendReply(), Dbdict::alterTrigger_sendSlaveReq(), Dbdict::alterTrigger_toCreateLocal(), Dbdict::alterTrigger_toDropLocal(), Backup::backupAllData(), Backup::backupFragmentRef(), Dblqh::build_acc(), Trix::buildComplete(), Dbtup::buildIndex(), Dbdict::buildIndex_buildTrix(), Dbdict::buildIndex_sendReply(), Dbdict::buildIndex_sendSlaveReq(), Dbdict::buildIndex_toCreateConstr(), Dbdict::buildIndex_toDropConstr(), Dbdict::buildIndex_toOnline(), Qmgr::check_readnodes_reply(), Dblqh::checkDropTab(), Backup::checkFile(), Trix::checkParallelism(), Dbdih::checkPrepDropTabComplete(), Backup::checkScan(), Ndbcntr::clearFilesystem(), Restore::close_file(), Backup::closeFilesDone(), Qmgr::cmAddPrepare(), Dblqh::commitContinueAfterBlockedLab(), Qmgr::completeAllocNodeIdReq(), Suma::SyncRecord::completeScan(), Dbdict::completeSubStartReq(), Dbdict::completeSubStopReq(), Dblqh::continueAfterLogAbortWriteLab(), Dblqh::copyTupkeyConfLab(), SimulatedBlock::MutexManager::create(), Dbdict::create_fg_abort_start(), Dbdict::create_fg_prepare_complete(), Tsman::create_file_abort(), Lgman::create_file_abort(), Dbdict::create_file_abort_start(), Dbdict::create_file_commit_start(), Dbdict::create_file_prepare_complete(), Dbdict::createEvent_RT_DICT_AFTER_GET(), Dbdict::createEvent_RT_USER_CREATE(), Dbdict::createEvent_sendReply(), Dbdict::createEventComplete_RT_USER_GET(), Dbdict::createIndex_sendReply(), Dbdict::createIndex_sendSlaveReq(), Dbdict::createIndex_toAlterIndex(), Suma::createSequence(), Backup::createSequence(), Ndbcntr::createSystableLab(), Dbdict::createTab_dih(), Dbdict::createTab_reply(), Dbdict::createTab_startLcpMutex_locked(), Dbdict::createTrigger_sendReply(), Dbdict::createTrigger_sendSlaveReq(), Dbdict::createTrigger_toAlterTrigger(), Backup::createTrigReply(), Dblqh::define_backup(), Backup::defineBackupRef(), Backup::defineBackupReply(), Dbtc::deleteFromIndexTable(), SimulatedBlock::MutexManager::destroy(), Dbtc::diFcountReqLab(), Dbdict::dropEvent_sendReply(), Dbdict::dropEventUTIL_EXECUTE_READ(), Dbtux::dropIndex(), Dbdict::dropIndex_sendReply(), Dbdict::dropIndex_sendSlaveReq(), Dbdict::dropIndex_toAlterIndex(), Dbdict::dropIndex_toDropTable(), Dbdict::dropTab_nextStep(), Dbdict::dropTableRef(), Suma::Table::dropTrigger(), Dbdict::dropTrigger_sendReply(), Dbdict::dropTrigger_sendSlaveReq(), Dbdict::dropTrigger_toAlterTrigger(), Dbtux::execACC_CHECK_SCAN(), Dbtup::execACC_CHECK_SCAN(), Dbacc::execACC_LOCKREQ(), Dbtux::execACC_SCANREQ(), Dbtup::execACC_SCANREQ(), Dbtux::execACCKEYCONF(), Dbtup::execACCKEYCONF(), Dbtux::execACCKEYREF(), Dbtup::execACCKEYREF(), Dbdict::execADD_FRAGREQ(), Qmgr::execALLOC_NODEID_REQ(), Dbdict::execALTER_INDX_CONF(), Dbdict::execALTER_INDX_REF(), Dbtux::execALTER_INDX_REQ(), Dbtc::execALTER_INDX_REQ(), Dbdict::execALTER_INDX_REQ(), Dbdict::execALTER_TAB_CONF(), Dbdict::execALTER_TAB_REF(), Suma::execALTER_TAB_REQ(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), Dbdict::execALTER_TAB_REQ(), Dbdict::execALTER_TRIG_CONF(), Dbdict::execALTER_TRIG_REF(), Dbdict::execALTER_TRIG_REQ(), Dblqh::execATTRINFO(), Backup::execBACKUP_FRAGMENT_CONF(), Backup::execBACKUP_FRAGMENT_REF(), Backup::execBACKUP_FRAGMENT_REQ(), Backup::execBACKUP_REQ(), Dblqh::execBUILDINDXCONF(), Dbdict::execBUILDINDXCONF(), Dbdict::execBUILDINDXREF(), Trix::execBUILDINDXREQ(), Dbdict::execBUILDINDXREQ(), Qmgr::execCM_ACKADD(), Qmgr::execCM_REGREQ(), UpgradeStartup::execCNTR_MASTER_REPLY(), Ndbcntr::execCNTR_START_REQ(), SimulatedBlock::execCONTINUE_FRAGMENTED(), Dblqh::execCONTINUEB(), Backup::execCONTINUEB(), Dbdict::execCREATE_EVNT_REQ(), Dbdict::execCREATE_FILE_REQ(), Dbdict::execCREATE_FILEGROUP_REQ(), Dbdict::execCREATE_INDX_CONF(), Dbdict::execCREATE_INDX_REF(), Dbdict::execCREATE_INDX_REQ(), Suma::execCREATE_SUBID_REQ(), Ndbcntr::execCREATE_TABLE_CONF(), Dbdict::execCREATE_TABLE_REQ(), Dbdict::execCREATE_TRIG_CONF(), Dbdict::execCREATE_TRIG_REF(), Dbtup::execCREATE_TRIG_REQ(), Dbdict::execCREATE_TRIG_REQ(), Dblqh::execDEFINE_BACKUP_CONF(), Backup::execDI_FCOUNTCONF(), Suma::execDI_FCOUNTREF(), Dbdih::execDI_FCOUNTREQ(), Dbdict::execDROP_EVNT_REQ(), Tsman::execDROP_FILE_REQ(), Dbdict::execDROP_FILE_REQ(), Tsman::execDROP_FILEGROUP_REQ(), Lgman::execDROP_FILEGROUP_REQ(), Dbdict::execDROP_FILEGROUP_REQ(), Dbdict::execDROP_INDX_CONF(), Dbdict::execDROP_INDX_REF(), Dbtc::execDROP_INDX_REQ(), Dbdict::execDROP_INDX_REQ(), Dbdict::execDROP_TAB_CONF(), Dbtux::execDROP_TAB_REQ(), Dbtc::execDROP_TAB_REQ(), Dblqh::execDROP_TAB_REQ(), Dbdict::execDROP_TAB_REQ(), Dbdict::execDROP_TRIG_CONF(), Dbdict::execDROP_TRIG_REF(), Dbtup::execDROP_TRIG_REQ(), Dbdict::execDROP_TRIG_REQ(), Trix::execDUMP_STATE_ORD(), Ndbcntr::execDUMP_STATE_ORD(), DbUtil::execDUMP_STATE_ORD(), Dbtup::execDUMP_STATE_ORD(), Cmvmi::execDUMP_STATE_ORD(), Backup::execDUMP_STATE_ORD(), Suma::execFIRE_TRIG_ORD(), Restore::execFSCLOSECONF(), Tsman::execFSOPENCONF(), Restore::execFSOPENREF(), Backup::execGET_TABINFO_CONF(), Suma::execGET_TABINFOREF(), Dblqh::execLCP_PREPARE_CONF(), Dblqh::execLCP_PREPARE_REF(), Dbdict::execLIST_TABLES_REQ(), Restore::execLQHKEYCONF(), Dbtc::execLQHKEYREF(), Dbtux::execNEXT_SCANREQ(), Dbtup::execNEXT_SCANREQ(), SafeCounterManager::execNODE_FAILREP(), Ndbcntr::execNODE_FAILREP(), Dbtc::execPREP_DROP_TAB_REQ(), Dblqh::execPREP_DROP_TAB_REQ(), Dbdih::execPREP_DROP_TAB_REQ(), Dbdict::execPREP_DROP_TAB_REQ(), Trix::execREAD_CONFIG_REQ(), Suma::execREAD_CONFIG_REQ(), Restore::execREAD_CONFIG_REQ(), Qmgr::execREAD_CONFIG_REQ(), Pgman::execREAD_CONFIG_REQ(), VoidFs::execREAD_CONFIG_REQ(), Ndbfs::execREAD_CONFIG_REQ(), Ndbcntr::execREAD_CONFIG_REQ(), DbUtil::execREAD_CONFIG_REQ(), Dbtux::execREAD_CONFIG_REQ(), Dbdict::execREAD_CONFIG_REQ(), Cmvmi::execREAD_CONFIG_REQ(), Restore::execRESTORE_LCP_REQ(), Suma::execSCAN_FRAGCONF(), Dbtc::execSCAN_NEXTREQ(), Dbtup::execSET_VAR_REQ(), Dblqh::execSTART_RECREQ(), Qmgr::execSTOP_REQ(), Suma::execSUB_CREATE_REQ(), Suma::execSUB_GCP_COMPLETE_REP(), Trix::execSUB_REMOVE_CONF(), Dbdict::execSUB_REMOVE_CONF(), Dbdict::execSUB_REMOVE_REF(), Suma::execSUB_REMOVE_REQ(), Dbdict::execSUB_REMOVE_REQ(), Dbdict::execSUB_START_CONF(), Dbdict::execSUB_START_REF(), Dbdict::execSUB_START_REQ(), Dbdict::execSUB_STOP_CONF(), Suma::execSUB_STOP_REF(), Dbdict::execSUB_STOP_REF(), Suma::execSUB_STOP_REQ(), Dbdict::execSUB_STOP_REQ(), Suma::execSUB_SYNC_CONTINUE_CONF(), Suma::execSUB_SYNC_REQ(), Suma::execSUMA_HANDOVER_REQ(), Dbtc::execTCKEYCONF(), Dbtc::execTCKEYREF(), Dbtc::execTCROLLBACKREP(), Suma::execTRANSID_AI(), Dbtc::execTRANSID_AI(), Backup::execTRIG_ATTRINFO(), Dblqh::execTUP_ADD_ATTCONF(), Dblqh::execTUP_ADD_ATTRREF(), Dblqh::execTUPFRAGCONF(), Dbtux::execTUX_ADD_ATTRREQ(), Dbtux::execTUX_BOUND_INFO(), Dbtux::execTUX_MAINT_REQ(), Dbtux::execTUXFRAGREQ(), Dbtc::executeIndexOperation(), Trix::executeInsertTransaction(), Dbdict::executeTransaction(), Dbtup::executeTrigger(), Dbtup::executeTuxAbortTriggers(), Dbtup::executeTuxCommitTriggers(), Dbtup::executeTuxInsertTriggers(), Dbtup::executeTuxUpdateTriggers(), DbUtil::execUTIL_CREATE_LOCK_REQ(), DbUtil::execUTIL_DESTORY_LOCK_REQ(), DbUtil::execUTIL_EXECUTE_CONF(), DbUtil::execUTIL_EXECUTE_REF(), Dbdict::execUTIL_EXECUTE_REF(), DbUtil::execUTIL_PREPARE_CONF(), DbUtil::execUTIL_PREPARE_REF(), Trix::execUTIL_RELEASE_CONF(), DbUtil::execUTIL_RELEASE_REQ(), DbUtil::execUTIL_SEQUENCE_CONF(), DbUtil::execUTIL_SEQUENCE_REF(), Dbtc::execWAIT_DROP_TAB_CONF(), Dbtc::execWAIT_DROP_TAB_REF(), Dblqh::execWAIT_DROP_TAB_REQ(), Backup::execWAIT_GCP_CONF(), Backup::execWAIT_GCP_REF(), Dbdih::failedNodeLcpHandling(), Lgman::find_log_head(), Lgman::find_log_head_in_file(), DbUtil::finishTransaction(), Backup::fragmentCompleted(), Dblqh::fragrefLab(), Pgman::fsreadreq(), Pgman::fswritereq(), Ndbcntr::getNodeGroup(), Suma::getNodeGroupMembers(), Dbtup::initialiseRecordsLab(), Dbtc::initialiseRecordsLab(), Dblqh::initialiseRecordsLab(), Dbdih::initialiseRecordsLab(), Dbacc::initialiseRecordsLab(), Suma::initTable(), Dbtc::insertIntoIndexTable(), Backup::lcp_open_file(), Backup::lcp_open_file_done(), SimulatedBlock::MutexManager::lock(), Backup::masterAbort(), Backup::nextFragment(), Suma::SyncRecord::nextScan(), Suma::Restart::nextSubscription(), Dbtup::nr_delete(), Tsman::open_file(), Restore::open_file(), Lgman::open_file(), Backup::openFiles(), Dbdict::packTableIntoPages(), Restore::parse_record(), Ndbcntr::ph5ALab(), Trix::prepareInsertTransactions(), Dbdict::prepareUtilTransaction(), Dbdict::prepDropTab_complete(), Dbdict::prepDropTab_nextStep(), Restore::read_file(), Lgman::read_undo_pages(), Dbtc::readIndexTable(), DbUtil::readPrepareProps(), Dbdict::rebuildIndexes(), Backup::removeBackup(), Dbtup::removeTuxEntries(), Suma::reportAllSubscribers(), DbUtil::reportSequence(), Suma::resend_bucket(), APZJobBuffer::retrieve(), DbUtil::runOperation(), Suma::Restart::runSUB_CREATE_CONF(), Suma::Restart::runSUMA_START_ME_REQ(), Dbtux::scanClose(), Dbtup::scanClose(), Dbtup::scanNext(), Dbtup::scanReply(), Dbdict::send_drop_fg(), Dbdict::send_drop_file(), Suma::send_handover_req(), Dblqh::send_restore_lcp(), Dbtup::send_TUPKEYREF(), Backup::sendAbortBackupOrd(), Dblqh::sendAddAttrReq(), Dblqh::sendAddFragReq(), Qmgr::sendApiRegRef(), Backup::sendBackupRef(), Qmgr::sendCmAckAdd(), Qmgr::sendCmNodeInfoReq(), Qmgr::sendCmRegrefLab(), Ndbcntr::sendCntrStartRef(), Ndbcntr::sendCntrStartReq(), Backup::sendCreateTrig(), Backup::sendDefineBackupReq(), Backup::sendDropTrig(), Dbtup::sendFireTrigOrd(), SimulatedBlock::sendFragmentedSignal(), Dblqh::sendLCP_COMPLETE_REP(), Dbdih::sendLCP_COMPLETE_REP(), DbUtil::sendLOCK_CONF(), DbUtil::sendLOCK_REF(), Dbdict::sendLQHADDATTRREQ(), Dblqh::sendLqhkeyconfTc(), Dbtc::sendlqhkeyreq(), Ndbcntr::sendNdbSttor(), Ndbcntr::Missra::sendNextREAD_CONFIG_REQ(), Dbtup::sendReadAttrinfo(), Dbtc::sendScanTabConf(), Dbdict::sendSignalUtilReq(), Backup::sendStartBackup(), Backup::sendStopBackup(), Suma::sendSubCreateRef(), Suma::sendSubIdRef(), Suma::sendSubRemoveRef(), Suma::sendSubStartComplete(), Suma::sendSubStartRef(), Suma::Restart::sendSubStartReq(), Suma::sendSubStopComplete(), Suma::sendSubStopRef(), Suma::sendSubStopReq(), Suma::sendSubSyncRef(), Dbtc::sendTcIndxConf(), Dbtc::sendtckeyconf(), Dbtup::sendTrigAttrInfo(), Dbtup::sendTUPKEYCONF(), DbUtil::sendUNLOCK_CONF(), DbUtil::sendUNLOCK_REF(), DbUtil::sendUtilExecuteRef(), DbUtil::sendUtilPrepareRef(), Trix::setupSubscription(), Suma::Table::setupTrigger(), Dblqh::srFourthComp(), Backup::startBackupReply(), Dbdih::startLcpMasterTakeOver(), Dbdih::startLcpMutex_locked(), Trix::startTableScan(), Ndbcntr::startWaitingNodes(), Backup::stopBackupReply(), Dbdih::tableDeleteLab(), Dbdict::trans_abort_start_done(), Dbdict::trans_commit_start_done(), SimulatedBlock::MutexManager::trylock(), SimulatedBlock::MutexManager::unlock(), Ndbcntr::waitpoint52Lab(), and Lgman::write_log_pages().
00130 { 00131 return &theData[0]; 00132 }
Here is the caller graph for this function:

| Uint32 Signal::getLength | ( | ) | const [inline] |
Definition at line 106 of file VMSignal.hpp.
References header, and SignalHeader::theLength.
Referenced by Dbdict::execALTER_INDX_REQ(), Dbdict::execALTER_TRIG_REQ(), Qmgr::execAPI_BROADCAST_REP(), Dblqh::execATTRINFO(), Backup::execBACKUP_REQ(), Dbdict::execBUILDINDXREQ(), Qmgr::execCM_REGREF(), Qmgr::execCM_REGREQ(), Ndbcntr::execCNTR_START_REQ(), Dbdict::execCREATE_INDX_REQ(), Dbdict::execCREATE_TRIG_REQ(), Dbdict::execDROP_INDX_REQ(), Dbdict::execDROP_TRIG_REQ(), Pgman::execDUMP_STATE_ORD(), Ndbfs::execDUMP_STATE_ORD(), Ndbcntr::execDUMP_STATE_ORD(), DbUtil::execDUMP_STATE_ORD(), Dbtc::execDUMP_STATE_ORD(), Dblqh::execDUMP_STATE_ORD(), Dbdih::execDUMP_STATE_ORD(), Cmvmi::execDUMP_STATE_ORD(), Backup::execDUMP_STATE_ORD(), Dbdih::execGCP_PREPARE(), Dbdih::execINCL_NODEREQ(), Dbtc::execINDXATTRINFO(), Dbtc::execINDXKEYINFO(), Dblqh::execKEYINFO(), Dblqh::execLQHFRAGREQ(), Dblqh::execNEXT_SCANCONF(), Cmvmi::execOPEN_COMREQ(), Dbtc::execSCAN_NEXTREQ(), Suma::execSUB_CREATE_REQ(), Dbtc::execTRANSID_AI(), Dbtc::execTRIG_ATTRINFO(), Dblqh::execTUP_DEALLOCREQ(), Qmgr::failReportLab(), length(), and Dblqh::nextScanConfCopyLab().
Here is the caller graph for this function:

| Uint32 Signal::getNoOfSections | ( | ) | const [inline] |
Definition at line 148 of file VMSignal.hpp.
References header, and SignalHeader::m_noOfSections.
Referenced by Dbdict::execALTER_INDX_CONF(), Suma::execALTER_TAB_REQ(), Dbdict::execBUILDINDXCONF(), Trix::execBUILDINDXREQ(), Dbdict::execCREATE_FRAGMENTATION_CONF(), Dbdict::execCREATE_INDX_CONF(), Suma::execCREATE_SUBID_REQ(), Dbdict::execCREATE_TAB_CONF(), Dbdict::execCREATE_TABLE_CONF(), Suma::execCREATE_TRIG_CONF(), Dbdict::execCREATE_TRIG_CONF(), Suma::execCREATE_TRIG_REF(), Suma::execDI_FCOUNTCONF(), Suma::execDIGETPRIMCONF(), Suma::execDROP_TAB_CONF(), Dbdict::execDROP_TABLE_CONF(), Suma::execDROP_TRIG_CONF(), Suma::execDROP_TRIG_REF(), Dbdict::execDROP_TRIG_REQ(), Suma::execFIRE_TRIG_ORD(), Ndbfs::execFSOPENREQ(), Lgman::execGET_TABINFOREQ(), Dbdict::execGET_TABINFOREQ(), Dbdict::execGET_TABLEDID_REQ(), Suma::execNODE_FAILREP(), Suma::execSCAN_FRAGCONF(), Dbdict::execSCHEMA_INFOCONF(), Suma::execSUB_CREATE_CONF(), Suma::execSUB_CREATE_REF(), Suma::execSUB_CREATE_REQ(), Suma::execSUB_GCP_COMPLETE_ACK(), Suma::execSUB_GCP_COMPLETE_REP(), Suma::execSUB_REMOVE_REQ(), Suma::execSUB_START_CONF(), Suma::execSUB_START_REF(), Suma::execSUB_START_REQ(), Suma::execSUB_STOP_CONF(), Suma::execSUB_STOP_REF(), Suma::execSUB_STOP_REQ(), Suma::execSUB_SYNC_CONTINUE_CONF(), Suma::execSUB_SYNC_REQ(), Suma::execSUMA_START_ME_REQ(), DbUtil::execUTIL_EXECUTE_REQ(), DbUtil::execUTIL_PREPARE_REQ(), Suma::execUTIL_SEQUENCE_CONF(), and Suma::execUTIL_SEQUENCE_REF().
00148 { 00149 return header.m_noOfSections; 00150 }
Here is the caller graph for this function:

| bool Signal::getSection | ( | SegmentedSectionPtr & | ptr, | |
| Uint32 | sectionNo | |||
| ) | [inline] |
Definition at line 154 of file VMSignal.hpp.
References header, SignalHeader::m_noOfSections, m_sectionPtr, and SegmentedSectionPtr::p.
Referenced by Dbdict::createEvent_RT_USER_CREATE(), Dbdict::createEvent_RT_USER_GET(), Dbdict::createTab_prepare(), Suma::execALTER_TAB_REQ(), Dbdict::execALTER_TAB_REQ(), Dbdict::execALTER_TABLE_REQ(), Trix::execBUILDINDXREQ(), Dbdict::execCREATE_FRAGMENTATION_CONF(), Dbtc::execCREATE_INDX_REQ(), Dbdict::execCREATE_INDX_REQ(), Dbdict::execCREATE_OBJ_REQ(), Dbdict::execCREATE_TABLE_REQ(), Dbdict::execCREATE_TRIG_REQ(), Dbdih::execDIADDTABREQ(), Dbdict::execDROP_EVNT_REQ(), Dbdict::execDROP_TRIG_REQ(), Ndbfs::execFSOPENREQ(), Suma::execGET_TABINFO_CONF(), DbUtil::execGET_TABINFO_CONF(), Dbdict::execGET_TABINFO_CONF(), Backup::execGET_TABINFO_CONF(), Dbdict::execGET_TABINFOREQ(), Dbdict::execGET_TABLEDID_REQ(), Dbtc::execSCAN_TABREQ(), Dbdict::execSCHEMA_INFO(), Suma::execSUB_SYNC_REQ(), Trix::execSUB_TABLE_DATA(), DbUtil::execUTIL_EXECUTE_REQ(), DbUtil::execUTIL_PREPARE_REQ(), Dbdict::parseReadEventSys(), DbUtil::prepareOperation(), and Dbdict::restartCreateObj_getTabInfoConf().
00154 { 00155 if(section < header.m_noOfSections){ 00156 ptr = m_sectionPtr[section]; 00157 return true; 00158 } 00159 ptr.p = 0; 00160 return false; 00161 }
Here is the caller graph for this function:

| Uint32 Signal::getSendersBlockRef | ( | ) | const [inline] |
Definition at line 118 of file VMSignal.hpp.
References header, and SignalHeader::theSendersBlockRef.
Referenced by SimulatedBlock::assembleFragments(), Dblqh::execABORT(), Backup::execABORT_BACKUP_ORD(), Dbdict::execALTER_TAB_CONF(), Ndbcntr::execAPI_START_REP(), Qmgr::execCM_NODEINFOCONF(), Qmgr::execCM_NODEINFOREQ(), UpgradeStartup::execCNTR_MASTER_REPLY(), Dbdict::execCREATE_EVNT_REQ(), Dbtup::execCREATE_TRIG_REQ(), Dbdih::execDIADDTABREQ(), Dbdict::execDICT_LOCK_REQ(), Dbdih::execDICTSTARTCONF(), Dbtup::execDROP_TRIG_REQ(), Dbtc::execDUMP_STATE_ORD(), Lgman::execEND_LCP_REQ(), Cmvmi::execEVENT_REP(), Cmvmi::execEVENT_SUBSCRIBE_REQ(), Dbacc::execEXPANDCHECK2(), Dbtc::execFIRE_TRIG_ORD(), Dbdict::execGET_SCHEMA_INFOREQ(), Dblqh::execLCP_PREPARE_CONF(), Dblqh::execLCP_PREPARE_REF(), Dblqh::execLQHKEYREQ(), Qmgr::execREAD_NODESCONF(), Qmgr::execREAD_NODESREF(), Dbdict::execSCHEMA_INFO(), Suma::execSUB_CREATE_REF(), Suma::execSUB_START_REF(), Suma::execSUMA_START_ME_REQ(), Dbdict::execTAB_COMMITCONF(), Dbtc::execTAKE_OVERTCCONF(), Dbtc::execTRIG_ATTRINFO(), Qmgr::failReportLab(), Suma::Restart::runSUB_CREATE_CONF(), Suma::Restart::runSUB_START_CONF(), senderBlockRef(), Suma::sendSubCreateRef(), Suma::sendSubRemoveRef(), Suma::sendSubStartRef(), Suma::sendSubStopRef(), and Suma::sendSubSyncRef().
00118 { 00119 return header.theSendersBlockRef; 00120 }
Here is the caller graph for this function:

| Uint32 Signal::getTrace | ( | ) | const [inline] |
Definition at line 112 of file VMSignal.hpp.
References header, and SignalHeader::theTrace.
Referenced by Ndbfs::execFSAPPENDREQ(), Ndbfs::execFSCLOSEREQ(), Ndbfs::execFSOPENREQ(), Ndbfs::execFSREMOVEREQ(), Ndbfs::execFSSYNCREQ(), Ndbfs::readWriteRequest(), Ndbfs::report(), and SimulatedBlock::sendSignal().
Here is the caller graph for this function:

| Uint32 Signal::length | ( | ) | const [inline] |
Old depricated methods...
Definition at line 81 of file VMSignal.hpp.
References getLength().
Referenced by SimulatedBlock::assembleFragments(), Dbtup::execATTRINFO(), Dbtc::execATTRINFO(), Backup::execBACKUP_FRAGMENT_REQ(), Lgman::execCONTINUEB(), Suma::execDI_FCOUNTCONF(), Backup::execDI_FCOUNTCONF(), Suma::execDIGETPRIMCONF(), Backup::execDIGETPRIMCONF(), Ndbfs::execDUMP_STATE_ORD(), DbUtil::execDUMP_STATE_ORD(), Dblqh::execDUMP_STATE_ORD(), Dbdih::execDUMP_STATE_ORD(), Dbacc::execDUMP_STATE_ORD(), Cmvmi::execDUMP_STATE_ORD(), Backup::execDUMP_STATE_ORD(), Cmvmi::execEVENT_REP(), Dblqh::execGCP_SAVEREQ(), Dbdict::execGET_TABINFOREQ(), Dbtc::execKEYINFO20_R(), Dbdih::execLCP_COMPLETE_REP(), Dbdih::execLCP_FRAG_REP(), Dblqh::execLCP_PREPARE_CONF(), Dblqh::execLCP_PREPARE_REF(), Backup::execLIST_TABLES_CONF(), Dblqh::execLQHKEYREQ(), Dblqh::execNEXT_SCANCONF(), Dbdih::execNF_COMPLETEREP(), Dbtc::execPACKED_SIGNAL(), Dblqh::execPACKED_SIGNAL(), Suma::execSCAN_HBREP(), Dblqh::execSCAN_NEXTREQ(), Suma::execTRANSID_AI(), DbUtil::execTRANSID_AI(), Dblqh::execTRANSID_AI(), Backup::execTRANSID_AI(), Dbtc::execTRANSID_AI_R(), Suma::execTRIG_ATTRINFO(), Backup::execTRIG_ATTRINFO(), Dblqh::execTUP_ATTRINFO(), DbUtil::execUTIL_EXECUTE_CONF(), DbUtil::execUTIL_EXECUTE_REF(), DbUtil::execUTIL_PREPARE_CONF(), DbUtil::execUTIL_PREPARE_REF(), DbUtil::execUTIL_SEQUENCE_CONF(), DbUtil::execUTIL_SEQUENCE_REF(), Dbtc::saveAttrbuf(), Tsman::sendGET_TABINFOREF(), Lgman::sendGET_TABINFOREF(), and Dbdict::sendGET_TABINFOREF().
00081 { return getLength();}
Here is the call graph for this function:

Here is the caller graph for this function:

| BlockReference Signal::senderBlockRef | ( | ) | const [inline] |
Definition at line 82 of file VMSignal.hpp.
References getSendersBlockRef().
Referenced by Dbdict::alterIndex_recvReply(), Dbdict::alterTrigger_recvReply(), Dbdict::buildIndex_recvReply(), Dbdict::createEvent_RT_DICT_AFTER_GET(), Dbdict::createEvent_RT_USER_CREATE(), Dbdict::createIndex_recvReply(), Dbdict::createTrigger_recvReply(), Dbdict::dropIndex_recvReply(), Dbdict::dropTrigger_recvReply(), Dbdict::execALTER_INDX_REQ(), Dbdict::execALTER_TRIG_REQ(), Backup::execBACKUP_FRAGMENT_CONF(), Backup::execBACKUP_REQ(), Dbdict::execBUILDINDXREQ(), Dbdih::execCOPY_GCIREQ(), Dbdict::execCREATE_EVNT_REQ(), Dbtc::execCREATE_INDX_REQ(), Dbdict::execCREATE_INDX_REQ(), Dbtc::execCREATE_TRIG_REQ(), Dbdict::execCREATE_TRIG_REQ(), Backup::execDEFINE_BACKUP_CONF(), Dbdih::execDI_FCOUNTREQ(), Dbdih::execDIGETPRIMREQ(), Dbdict::execDROP_EVNT_REQ(), Dbtc::execDROP_INDX_REQ(), Dbdict::execDROP_INDX_REQ(), Dbtc::execDROP_TRIG_REQ(), Dbdict::execDROP_TRIG_REQ(), Dbdict::execGET_TABINFOREQ(), Dbdih::execLCP_FRAG_REP(), Dblqh::execLQHKEYREQ(), Dblqh::execSCAN_FRAGREQ(), Dbtc::execSCAN_HBREP(), Dbtc::execSCAN_NEXTREQ(), Dblqh::execSCAN_NEXTREQ(), Backup::execSTART_BACKUP_CONF(), Backup::execSTOP_BACKUP_CONF(), Dbdih::execSTOP_PERM_CONF(), Dbdih::execSTOP_PERM_REF(), Ndbcntr::Missra::execSTTORRY(), Dbdict::execSUB_REMOVE_REQ(), Dbdict::execSUB_START_REQ(), Dbdict::execSUB_STOP_REQ(), DbUtil::execUTIL_RELEASE_REQ(), DbUtil::execUTIL_SEQUENCE_REQ(), and Suma::Restart::runSUB_CREATE_CONF().
00082 { return getSendersBlockRef();}
Here is the call graph for this function:

Here is the caller graph for this function:

| void Signal::setLength | ( | Uint32 | ) | [inline, private] |
Definition at line 136 of file VMSignal.hpp.
References header, and SignalHeader::theLength.
Referenced by SimulatedBlock::assembleFragments(), and SimulatedBlock::EXECUTE_DIRECT().
Here is the caller graph for this function:

| void Signal::setSection | ( | SegmentedSectionPtr | ptr, | |
| Uint32 | sectionNo | |||
| ) | [inline] |
Definition at line 165 of file VMSignal.hpp.
References abort(), header, SignalHeader::m_noOfSections, and m_sectionPtr.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::alterTable_backup_mutex_locked(), Dbdict::createObj_prepare_start_done(), Dbdict::createObj_writeSchemaConf1(), Dbdict::createTab_alterComplete(), Dbdict::createTab_dih(), Dbdict::createTab_writeSchemaConf1(), Dbdict::execALTER_TAB_CONF(), Dbdict::execALTER_TAB_REF(), Dbdict::execCREATE_FRAGMENTATION_CONF(), Dbdict::execGET_TABINFO_CONF(), Dbdict::releaseCreateTableOp(), and Dbdict::restartCreateObj_write_complete().
00165 { 00166 if(sectionNo != header.m_noOfSections || sectionNo > 2){ 00167 abort(); 00168 } 00169 m_sectionPtr[sectionNo] = ptr; 00170 header.m_noOfSections++; 00171 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void Signal::setTrace | ( | Uint32 | ) | [inline] |
Definition at line 142 of file VMSignal.hpp.
References header, and SignalHeader::theTrace.
Referenced by Dbdih::allNodesLcpCompletedLab(), Dbdih::execCOPY_GCICONF(), Ndbfs::report(), Dbdih::startGcpLab(), and Dbdih::storeNewLcpIdLab().
Here is the caller graph for this function:

friend class APZJobBuffer [friend] |
Definition at line 60 of file VMSignal.hpp.
friend class FastScheduler [friend] |
Definition at line 61 of file VMSignal.hpp.
friend class SimulatedBlock [friend] |
Definition at line 59 of file VMSignal.hpp.
| union { ... } |
Definition at line 99 of file VMSignal.hpp.
| int Signal::foo |
Definition at line 280 of file test_varpage.cpp.
Definition at line 95 of file VMSignal.hpp.
Referenced by SimulatedBlock::assembleFragments(), FastScheduler::clear(), Qmgr::cmAddPrepare(), Dbdict::createTab_alterComplete(), Dbdict::createTab_prepare(), FastScheduler::doJob(), Dbdict::execALTER_TAB_REQ(), UpgradeStartup::execCNTR_MASTER_REPLY(), Cmvmi::execCONNECT_REP(), Dbdict::execCREATE_FRAGMENTATION_CONF(), Dbdict::execCREATE_OBJ_REQ(), Dbdict::execDROP_OBJ_REQ(), Dbdict::execGET_TABINFO_CONF(), Dbtc::execPACKED_SIGNAL(), Dblqh::execPACKED_SIGNAL(), SimulatedBlock::execUPGRADE(), SimulatedBlock::EXECUTE_DIRECT(), Qmgr::failReportLab(), garbage_register(), getLength(), getNoOfSections(), getSection(), getSendersBlockRef(), getTrace(), SimulatedBlock::infoEvent(), print_restart(), SimulatedBlock::releaseSections(), reportConnect(), FastScheduler::reportDoJobStatistics(), reportError(), reportReceiveLen(), reportSendLen(), Dbdict::restartCreateObj_getTabInfoConf(), APZJobBuffer::retrieve(), APZJobBuffer::retrieveDump(), FastScheduler::scheduleTimeQueue(), SimulatedBlock::sendFirstFragment(), SimulatedBlock::sendSignal(), SimulatedBlock::sendSignalWithDelay(), setLength(), setSection(), setTrace(), APZJobBuffer::signal2buffer(), and SimulatedBlock::warningEvent().
Definition at line 96 of file VMSignal.hpp.
Referenced by SimulatedBlock::assembleFragments(), FastScheduler::doJob(), getSection(), SimulatedBlock::releaseSections(), APZJobBuffer::retrieve(), SimulatedBlock::sendFirstFragment(), SimulatedBlock::sendNextSegmentedFragment(), SimulatedBlock::sendSignal(), SimulatedBlock::sendSignalWithDelay(), setSection(), and APZJobBuffer::signal2buffer().
| Uint32 Signal::theData[8192] |
Definition at line 98 of file VMSignal.hpp.
Referenced by Dbtc::abort015Lab(), Dblqh::abort_scan(), Dbtux::abortAddFragOp(), Dbtup::abortAddFragOp(), Dbtc::abortBeginErrorLab(), Dblqh::abortContinueAfterBlockedLab(), Dblqh::accCopyCloseConfLab(), Dbacc::accIsLockedLab(), Dbacc::acckeyref1Lab(), Dblqh::accminupdate(), Dblqh::accScanCloseConfLab(), Dblqh::accScanConfCopyLab(), Dblqh::accScanConfScanLab(), Dbdict::activateIndexes(), Dbtup::addattrrefuseLab(), Dbacc::addFragRefuse(), Dbdih::addtabrefuseLab(), Dbdih::allNodesLcpCompletedLab(), Tablespace_client::alloc_extent(), Dbdict::alterTab_activate(), Qmgr::apiHbHandlingLab(), SimulatedBlock::assembleFragments(), Dbdih::breakCopyTableLab(), Dbtup::bufferTRANSID_AI(), Dbtup::buildIndex(), Dbdih::calculateKeepGciLab(), Qmgr::check_multi_node_shutdown(), Qmgr::check_readnodes_reply(), Qmgr::check_startup(), Dbtc::checkAbortAllTimeout(), Ndbcntr::StopRecord::checkApiTimeout(), Dbdict::checkDictLockQueue(), Dblqh::checkDropTab(), Dbdih::checkEmptyLcpComplete(), Backup::checkFile(), Dblqh::checkGcpCompleted(), Dbdih::checkGcpOutstanding(), Dbdih::checkGcpStopLab(), Qmgr::checkHeartbeat(), Dblqh::checkInitCompletedLab(), Dbdih::checkLcpStart(), Dbdih::checkLocalNodefailComplete(), Ndbcntr::StopRecord::checkLqhTimeout_1(), Ndbcntr::StopRecord::checkLqhTimeout_2(), Dbacc::checkNextBucketLab(), Dbacc::checkNextFragmentLab(), Ndbcntr::StopRecord::checkNodeFail(), Backup::checkNodeFail(), Dbtc::checkNodeFailComplete(), Ndbcntr::checkNodeGroups(), Backup::checkScan(), Dbtc::checkScanActiveInFailedLqh(), Qmgr::checkStartInterface(), Dbdih::checkStopMe(), Dbdih::checkStopPermMaster(), Dbdih::checkStopPermProxy(), Dbdih::checkTakeOverInMasterAllNodeFailure(), Dbdih::checkTcCounterLab(), Ndbcntr::StopRecord::checkTcTimeout(), Dbtc::checkWaitDropTabFailedLqh(), Dbdih::checkWaitGCPProxy(), Backup::cleanup(), Dbtc::close_scan_req(), Dbtc::close_scan_req_send_conf(), Dblqh::closeExecLogLab(), Dblqh::closeExecSrCompletedLab(), Dblqh::closeFile(), Dbdih::closeFile(), Dbdict::closeFile(), Dbdih::closeFileDelete(), Dblqh::closeScanRequestLab(), Dblqh::closingSrLab(), Dbdih::closingTableSrLab(), Qmgr::cmAddPrepare(), Qmgr::cmInfoconf010Lab(), Dbtc::commit020Lab(), Dblqh::commitContinueAfterBlockedLab(), Dblqh::commitReplyLab(), Dblqh::commitReqLab(), Dbtc::complete010Lab(), Dblqh::completedLab(), Dblqh::completedLogPage(), Dbtc::completeTransAtTakeOverDoLast(), Dbtc::completeTransAtTakeOverDoOne(), Dblqh::completeUnusualLab(), DbUtil::connectTc(), Dblqh::continueAfterCheckLcpStopBlocked(), Dblqh::continueAfterLogAbortWriteLab(), Dblqh::continueAfterReceivingAllAiLab(), Dblqh::continueCloseCopyAfterBlockedLab(), Dblqh::continueCloseScanAfterBlockedLab(), Dblqh::continueCopyAfterBlockedLab(), Dblqh::continueFirstCopyAfterBlockedLab(), Dblqh::continueFirstScanAfterBlockedLab(), Dblqh::continueScanAfterBlockedLab(), Dblqh::continueScanReleaseAfterBlockedLab(), Dblqh::copyLqhKeyRefLab(), Dbdih::copyNodeLab(), Dbtup::copyProcedure(), Dbdih::copyTableLab(), Dbdih::copyTableNode(), Dbdih::copyTabReq_complete(), Dbdih::crashSystemAtGcpStop(), Lgman::create_file_commit(), Dbdih::createFileRw(), Dbdih::createMutexes(), Ndbcntr::crSystab7Lab(), Ndbcntr::crSystab8Lab(), Ndbcntr::crSystab9Lab(), Lgman::cut_log_tail(), Backup::defineBackupReply(), Dbtup::deleteScanProcedure(), Dbdih::dictStartConfLab(), Dbtc::diFcountReqLab(), Dbdih::dihCopyCompletedLab(), Dbtup::disk_page_commit_callback(), Dbtup::disk_page_log_buffer_callback(), Dbtup::disk_restart_undo_next(), Dbtc::diverify010Lab(), Pgman::do_busy_loop(), Pgman::do_cleanup_loop(), Pgman::do_lcp_loop(), Pgman::do_stats_loop(), Dbtup::do_tup_abortreq(), FastScheduler::doJob(), Dbtup::drop_fragment_free_exent(), Dbtup::drop_fragment_free_var_pages(), Dbtup::drop_fragment_unmap_page_callback(), Qmgr::electionWon(), Dbdih::emptyverificbuffer(), Dbdih::emptyWaitGCPMasterQueue(), Tsman::end_lcp(), Dbacc::endofexpLab(), Dbacc::endofshrinkbucketLab(), Dblqh::execABORT(), Ndbcntr::execABORT_ALL_CONF(), Ndbcntr::execABORT_ALL_REF(), Dbtc::execABORT_ALL_REQ(), Dbtc::execABORTCONF(), Dbtc::execABORTED(), Dblqh::execABORTREQ(), Dbtux::execACC_ABORTCONF(), Dbtup::execACC_ABORTCONF(), Dblqh::execACC_ABORTCONF(), Dbacc::execACC_ABORTREQ(), Dbtux::execACC_CHECK_SCAN(), Dbtup::execACC_CHECK_SCAN(), Dbacc::execACC_CHECK_SCAN(), Dbacc::execACC_COMMITREQ(), Dbacc::execACC_LOCKREQ(), Dblqh::execACC_SCANCONF(), Dbtup::execACC_SCANREQ(), Dbacc::execACC_SCANREQ(), Dblqh::execACC_TO_REF(), Dbacc::execACC_TO_REQ(), Dblqh::execACCFRAGCONF(), Dblqh::execACCFRAGREF(), Dbacc::execACCFRAGREQ(), Dbtux::execACCKEYCONF(), Dbtup::execACCKEYCONF(), Dblqh::execACCKEYCONF(), Dbtux::execACCKEYREF(), Dbtup::execACCKEYREF(), Dblqh::execACCKEYREF(), Dbacc::execACCKEYREQ(), Dbacc::execACCMINUPDATE(), Dblqh::execACCSEIZECONF(), Dbacc::execACCSEIZEREQ(), Qmgr::execAPI_BROADCAST_REP(), Qmgr::execAPI_FAILCONF(), Suma::execAPI_FAILREQ(), Qmgr::execAPI_FAILREQ(), Dbtc::execAPI_FAILREQ(), Dbdict::execAPI_FAILREQ(), Qmgr::execAPI_REGREQ(), Suma::execAPI_START_REP(), Qmgr::execARBIT_CFG(), Qmgr::execARBIT_CHOOSECONF(), Qmgr::execARBIT_CHOOSEREF(), Qmgr::execARBIT_PREPCONF(), Qmgr::execARBIT_PREPREF(), Qmgr::execARBIT_PREPREQ(), Qmgr::execARBIT_STARTCONF(), Qmgr::execARBIT_STARTREF(), Qmgr::execARBIT_STOPREP(), Dbtup::execATTRINFO(), Dbtc::execATTRINFO(), Dblqh::execATTRINFO(), Dbdict::execBACKUP_FRAGMENT_REQ(), Backup::execBACKUP_FRAGMENT_REQ(), Backup::execBACKUP_TRIG_REQ(), Dbdih::execBLOCK_COMMIT_ORD(), Dbtup::execBUILDINDXREQ(), Ndbcntr::execCHANGE_NODE_STATE_CONF(), SimulatedBlock::execCHANGE_NODE_STATE_REQ(), Dblqh::execCHECK_LCP_STOP(), Dbdih::execCHECKNODEGROUPSREQ(), Qmgr::execCLOSE_COMCONF(), Cmvmi::execCLOSE_COMREQ(), Ndbcntr::execCM_ADD_REP(), UpgradeStartup::execCM_APPCHG(), Qmgr::execCM_HEARTBEAT(), Qmgr::execCM_INFOCONF(), Qmgr::execCM_NODEINFOREQ(), Qmgr::execCM_REGCONF(), Qmgr::execCM_REGREF(), Qmgr::execCM_REGREQ(), Ndbcntr::execCNTR_START_REP(), Ndbcntr::execCNTR_WAITREP(), Dblqh::execCOMMIT(), Qmgr::execCOMMIT_FAILCONF(), Qmgr::execCOMMIT_FAILREQ(), Dbtc::execCOMMITCONF(), Dblqh::execCOMMITREQ(), Dbtc::execCOMMITTED(), Dblqh::execCOMPLETE(), Dbtc::execCOMPLETECONF(), Dbtc::execCOMPLETED(), Dblqh::execCOMPLETEREQ(), Qmgr::execCONNECT_REP(), Cmvmi::execCONNECT_REP(), Tsman::execCONTINUEB(), Suma::execCONTINUEB(), Restore::execCONTINUEB(), Qmgr::execCONTINUEB(), Pgman::execCONTINUEB(), Ndbfs::execCONTINUEB(), Ndbcntr::execCONTINUEB(), Lgman::execCONTINUEB(), DbUtil::execCONTINUEB(), Dbtc::execCONTINUEB(), Dblqh::execCONTINUEB(), Dbdih::execCONTINUEB(), Dbdict::execCONTINUEB(), Dbacc::execCONTINUEB(), Backup::execCONTINUEB(), Dbdih::execCOPY_ACTIVECONF(), Dblqh::execCOPY_ACTIVEREQ(), Dbdih::execCOPY_FRAGCONF(), Dbdih::execCOPY_FRAGREF(), Dblqh::execCOPY_FRAGREQ(), Dbdih::execCOPY_GCICONF(), Dbdih::execCOPY_GCIREQ(), Dblqh::execCOPY_STATEREQ(), Dbdih::execCOPY_TABCONF(), Dbdih::execCOPY_TABREQ(), Dbdih::execCREATE_FRAGCONF(), Dbdih::execCREATE_FRAGMENTATION_REQ(), Dbdih::execCREATE_FRAGREQ(), Dbtc::execCREATE_INDX_REQ(), Dbdict::execCREATE_TABLE_REQ(), Dbtc::execCREATE_TRIG_REQ(), Qmgr::execDEBUG_SIG(), Dbtup::execDEBUG_SIG(), Dblqh::execDEBUG_SIG(), Dbacc::execDEBUG_SIG(), Suma::execDI_FCOUNTCONF(), Dbtc::execDI_FCOUNTCONF(), Dbdict::execDIADDTABCONF(), Dbdih::execDIADDTABREQ(), Dbdict::execDICT_LOCK_REQ(), Dbdict::execDICT_UNLOCK_ORD(), Dbdict::execDICTSTARTREQ(), Dbtc::execDIGETNODESREF(), Dbdih::execDIGETNODESREQ(), Suma::execDIGETPRIMCONF(), Dbtc::execDIGETPRIMCONF(), Backup::execDIGETPRIMCONF(), Dbtc::execDIGETPRIMREF(), Dbdih::execDIGETPRIMREQ(), Qmgr::execDIH_RESTARTCONF(), Ndbcntr::execDIH_RESTARTCONF(), Dbdih::execDIH_RESTARTREQ(), Dbdih::execDIH_SWITCH_REPLICA_CONF(), Dbdih::execDIH_SWITCH_REPLICA_REF(), Dbdih::execDIH_SWITCH_REPLICA_REQ(), Dbdih::execDIHNDBTAMPER(), Dbdih::execDIRELEASEREQ(), Qmgr::execDISCONNECT_REP(), Cmvmi::execDISCONNECT_REP(), Dbtc::execDISEIZECONF(), Dbdih::execDISEIZEREQ(), Dbtc::execDIVERIFYCONF(), Dbdih::execDIVERIFYREQ(), Lgman::execDROP_FILEGROUP_REQ(), Dbtup::execDROP_TAB_REQ(), Dbacc::execDROP_TAB_REQ(), Dbtc::execDROP_TRIG_REQ(), Tsman::execDUMP_STATE_ORD(), Trix::execDUMP_STATE_ORD(), Suma::execDUMP_STATE_ORD(), Qmgr::execDUMP_STATE_ORD(), Pgman::execDUMP_STATE_ORD(), Ndbfs::execDUMP_STATE_ORD(), Ndbcntr::execDUMP_STATE_ORD(), Lgman::execDUMP_STATE_ORD(), DbUtil::execDUMP_STATE_ORD(), Dbtux::execDUMP_STATE_ORD(), Dbtup::execDUMP_STATE_ORD(), Dbtc::execDUMP_STATE_ORD(), Dblqh::execDUMP_STATE_ORD(), Dbdih::execDUMP_STATE_ORD(), Dbdict::execDUMP_STATE_ORD(), Dbacc::execDUMP_STATE_ORD(), Cmvmi::execDUMP_STATE_ORD(), Backup::execDUMP_STATE_ORD(), Dbdih::execEMPTY_LCP_CONF(), Dblqh::execEMPTY_LCP_REQ(), Cmvmi::execENABLE_COMORD(), Lgman::execEND_LCP_CONF(), Tsman::execEND_LCP_REQ(), Lgman::execEND_LCP_REQ(), Dbdih::execEND_TOCONF(), Dbdih::execEND_TOREQ(), Cmvmi::execEVENT_REP(), Cmvmi::execEVENT_SUBSCRIBE_REQ(), Dblqh::execEXEC_FRAGCONF(), Dblqh::execEXEC_FRAGREF(), Dblqh::execEXEC_FRAGREQ(), Dblqh::execEXEC_SRCONF(), Dblqh::execEXEC_SRREQ(), Dbacc::execEXPANDCHECK2(), Qmgr::execFAIL_REP(), Backup::execFSAPPENDCONF(), VoidFs::execFSAPPENDREQ(), Ndbfs::execFSAPPENDREQ(), Dblqh::execFSCLOSECONF(), Dbdih::execFSCLOSECONF(), Dbdict::execFSCLOSECONF(), Dbdih::execFSCLOSEREF(), VoidFs::execFSCLOSEREQ(), Ndbfs::execFSCLOSEREQ(), Restore::execFSOPENCONF(), Dbdih::execFSOPENCONF(), Dbdict::execFSOPENCONF(), Dbdih::execFSOPENREF(), Dbdict::execFSOPENREF(), VoidFs::execFSOPENREQ(), Ndbfs::execFSOPENREQ(), Dbdih::execFSREADCONF(), Dbdict::execFSREADCONF(), Dblqh::execFSREADREF(), Dbdih::execFSREADREF(), Dbdict::execFSREADREF(), VoidFs::execFSREADREQ(), VoidFs::execFSREMOVEREQ(), Dblqh::execFSSYNCCONF(), VoidFs::execFSSYNCREQ(), Ndbfs::execFSSYNCREQ(), Dbdih::execFSWRITECONF(), Dbdict::execFSWRITECONF(), Dblqh::execFSWRITEREF(), Dbdih::execFSWRITEREF(), VoidFs::execFSWRITEREQ(), Ndbfs::execFSWRITEREQ(), Dbdih::execGCP_COMMIT(), Dbdih::execGCP_NODEFINISH(), Dbtc::execGCP_NOMORETRANS(), Dbdih::execGCP_PREPARE(), Dbdih::execGCP_PREPARECONF(), Dbdih::execGCP_SAVECONF(), Dbdih::execGCP_SAVEREF(), Dblqh::execGCP_SAVEREQ(), Dbdih::execGCP_TCFINISHED(), Dbdict::execGET_TABINFO_CONF(), Backup::execGET_TABINFO_CONF(), Tsman::execGET_TABINFOREQ(), Lgman::execGET_TABINFOREQ(), Dbdict::execGET_TABINFOREQ(), Ndbcntr::execGETGCICONF(), Dbdih::execGETGCIREQ(), Dbdict::execHOT_SPAREREP(), Dbdih::execINCL_NODECONF(), Trix::execINCL_NODEREQ(), Suma::execINCL_NODEREQ(), Dbtc::execINCL_NODEREQ(), Dblqh::execINCL_NODEREQ(), Dbdih::execINCL_NODEREQ(), Dbdict::execINCL_NODEREQ(), Backup::execINCL_NODEREQ(), Dbtc::execKEYINFO(), Dblqh::execKEYINFO(), Lgman::execLCP_FRAG_ORD(), Dblqh::execLCP_FRAG_ORD(), Dbdih::execLCP_FRAG_REP(), Dblqh::execLogComp(), Dblqh::execLQH_ALLOCREQ(), Dbtc::execLQH_TRANSCONF(), Dblqh::execLQH_TRANSREQ(), Dblqh::execLQH_WRITELOG_REQ(), Dblqh::execLQHKEYREF(), Dblqh::execLQHKEYREQ(), Dbdih::execMASTER_GCPCONF(), Dbdih::execMASTER_GCPREF(), Dbdih::execMASTER_GCPREQ(), Dbdih::execMASTER_LCPCONF(), Dbdih::execMASTER_LCPREF(), Dbdih::execMASTER_LCPREQ(), Dbtup::execMEMCHECKREQ(), Qmgr::execNDB_FAILCONF(), Ndbcntr::execNDB_STARTCONF(), Dbdih::execNDB_STARTREQ(), Trix::execNDB_STTOR(), Dbtup::execNDB_STTOR(), Dbtc::execNDB_STTOR(), Dblqh::execNDB_STTOR(), Dbdih::execNDB_STTOR(), Dbdict::execNDB_STTOR(), Dbacc::execNDB_STTOR(), SimulatedBlock::execNDB_TAMPER(), Dbdih::execNDB_TAMPER(), Cmvmi::execNDB_TAMPER(), Dblqh::execNEXT_SCANCONF(), Dbacc::execNEXT_SCANREQ(), Dbdih::execNF_COMPLETEREP(), Suma::execNODE_FAILREP(), Ndbcntr::execNODE_FAILREP(), Dbtc::execNODE_FAILREP(), Dblqh::execNODE_FAILREP(), Dbdih::execNODE_FAILREP(), Dbdict::execNODE_FAILREP(), SimulatedBlock::execNODE_STATE_REP(), Cmvmi::execOPEN_COMREQ(), Dbtc::execPACKED_SIGNAL(), Dblqh::execPACKED_SIGNAL(), Dblqh::execPREP_DROP_TAB_REQ(), Qmgr::execPREP_FAILCONF(), Qmgr::execPREP_FAILREF(), Qmgr::execPREP_FAILREQ(), Qmgr::execPRES_TOCONF(), Qmgr::execPRES_TOREQ(), Ndbcntr::execREAD_NODESCONF(), Dbtc::execREAD_NODESCONF(), Dblqh::execREAD_NODESCONF(), Dbdih::execREAD_NODESCONF(), Dbdict::execREAD_NODESCONF(), Qmgr::execREAD_NODESREQ(), Ndbcntr::execREAD_NODESREQ(), Dbtux::execREAD_PSEUDO_REQ(), Dblqh::execREAD_PSEUDO_REQ(), Dbacc::execREAD_PSEUDO_REQ(), Dblqh::execREMOVE_MARKER_ORD(), Dblqh::execRESTORE_LCP_CONF(), Ndbcntr::execRESUME_REQ(), Dbtc::execSCAN_FRAGCONF(), Dbtc::execSCAN_FRAGREF(), Dblqh::execSCAN_FRAGREQ(), Suma::execSCAN_HBREP(), Dbtc::execSCAN_HBREP(), Dblqh::execSCAN_HBREP(), Dbtc::execSCAN_NEXTREQ(), Dblqh::execSCAN_NEXTREQ(), Dbtc::execSCAN_TABREQ(), Dbdict::execSCHEMA_INFOCONF(), Dbtup::execSEND_PACKED(), Cmvmi::execSET_LOGLEVELORD(), Cmvmi::execSET_VAR_CONF(), Cmvmi::execSET_VAR_REF(), Qmgr::execSET_VAR_REQ(), Ndbcntr::execSET_VAR_REQ(), Dbtc::execSET_VAR_REQ(), Dblqh::execSET_VAR_REQ(), Dbdih::execSET_VAR_REQ(), Dbacc::execSET_VAR_REQ(), Cmvmi::execSET_VAR_REQ(), Dbacc::execSHRINKCHECK2(), SimulatedBlock::execSIGNAL_DROPPED_REP(), Dblqh::execSr(), Dblqh::execSrCompletedLab(), Backup::execSTART_BACKUP_REQ(), Dbdih::execSTART_COPYCONF(), Dbdih::execSTART_COPYREQ(), Dblqh::execSTART_EXEC_SR(), Dbdih::execSTART_FRAGREF(), Dblqh::execSTART_FRAGREQ(), Dbdih::execSTART_INFOCONF(), Dbdih::execSTART_INFOREF(), Dbdih::execSTART_INFOREQ(), Dbdih::execSTART_LCP_REQ(), Dbdih::execSTART_MECONF(), Dbdih::execSTART_MEREQ(), Ndbcntr::Missra::execSTART_ORD(), Cmvmi::execSTART_ORD(), Dbdih::execSTART_PERMCONF(), Dbdih::execSTART_PERMREF(), Dbdih::execSTART_PERMREQ(), Dblqh::execSTART_RECCONF(), Dbdih::execSTART_RECCONF(), Tsman::execSTART_RECREQ(), Lgman::execSTART_RECREQ(), Dblqh::execSTART_RECREQ(), Dbdih::execSTART_TOCONF(), Dbdih::execSTART_TOREQ(), Cmvmi::execSTATISTICS_REQ(), Ndbcntr::execSTOP_CONF(), Ndbcntr::execSTOP_ME_CONF(), Dbdih::execSTOP_ME_CONF(), Dbdih::execSTOP_ME_REQ(), Ndbcntr::execSTOP_PERM_CONF(), Ndbcntr::execSTOP_PERM_REF(), Dbdih::execSTOP_PERM_REQ(), Ndbcntr::execSTOP_REQ(), Dblqh::execSTORED_PROCCONF(), Dblqh::execSTORED_PROCREF(), Dbtup::execSTORED_PROCREQ(), Tsman::execSTTOR(), Trix::execSTTOR(), Suma::execSTTOR(), Qmgr::execSTTOR(), Pgman::execSTTOR(), VoidFs::execSTTOR(), Ndbfs::execSTTOR(), Ndbcntr::execSTTOR(), Lgman::execSTTOR(), DbUtil::execSTTOR(), Dbtux::execSTTOR(), Dbtup::execSTTOR(), Dbtc::execSTTOR(), Dblqh::execSTTOR(), Dbdih::execSTTOR(), Dbdict::execSTTOR(), Dbacc::execSTTOR(), Cmvmi::execSTTOR(), Backup::execSTTOR(), Ndbcntr::Missra::execSTTORRY(), Suma::execSUB_CREATE_REF(), Lgman::execSUB_GCP_COMPLETE_REP(), Suma::execSUB_START_REF(), Dbdict::execTAB_COMMITCONF(), Dblqh::execTAB_COMMITREQ(), Dbdih::execTAB_COMMITREQ(), Dbtc::execTAKE_OVERTCCONF(), Dbtc::execTAKE_OVERTCREQ(), Cmvmi::execTAMPER_ORD(), Dbdih::execTC_CLOPSIZECONF(), Dbtc::execTC_CLOPSIZEREQ(), Dbtc::execTC_COMMIT_ACK(), Dbtc::execTC_COMMITREQ(), Dbdict::execTC_SCHVERCONF(), Dbtc::execTC_SCHVERREQ(), Dbdih::execTCGETOPSIZECONF(), Dbtc::execTCGETOPSIZEREQ(), Ndbcntr::execTCKEYCONF(), DbUtil::execTCKEYCONF(), DbUtil::execTCKEYREF(), Dbtc::execTCRELEASEREQ(), DbUtil::execTCROLLBACKREP(), Dbtc::execTCROLLBACKREQ(), Ndbcntr::execTCSEIZECONF(), DbUtil::execTCSEIZECONF(), Dbtc::execTCSEIZEREQ(), Cmvmi::execTEST_ORD(), Dblqh::execTIME_SIGNAL(), DbUtil::execTRANSID_AI(), Dblqh::execTRANSID_AI(), Backup::execTRANSID_AI(), Dblqh::execTUP_ADD_ATTCONF(), Dblqh::execTUP_ADD_ATTRREF(), Dbtup::execTUP_ADD_ATTRREQ(), Dblqh::execTUP_ATTRINFO(), Dbtup::execTUP_COMMITREQ(), Dbtup::execTUP_DEALLOCREQ(), Dblqh::execTUP_DEALLOCREQ(), Dbtup::execTUP_WRITELOG_REQ(), Dblqh::execTUPFRAGCONF(), Dblqh::execTUPFRAGREF(), Dbtup::execTUPFRAGREQ(), Dbtup::execTUPKEYREQ(), Dbtup::execTUPRELEASEREQ(), Dblqh::execTUPSEIZECONF(), Dbtup::execTUPSEIZEREQ(), Dbtux::execTUXFRAGREQ(), Dbdih::execUNBLO_DICTCONF(), Dbdih::execUNBLOCK_COMMIT_ORD(), Dbdih::execUPDATE_TOCONF(), Dbdih::execUPDATE_TOREQ(), SimulatedBlock::EXECUTE_DIRECT(), Lgman::execute_undo_record(), Trix::executeInsertTransaction(), Dbdict::executeTransEventSysTable(), Dbtup::executeTrigger(), Dbtc::executeTriggers(), DbUtil::execUTIL_EXECUTE_REQ(), Ndbcntr::execWAIT_GCP_CONF(), Dbdih::execWAIT_GCP_CONF(), Dbdict::execWAIT_GCP_CONF(), Ndbcntr::execWAIT_GCP_REF(), Dbdih::execWAIT_GCP_REF(), Dbdict::execWAIT_GCP_REF(), Dbdih::execWAIT_GCP_REQ(), Dblqh::exitFromInvalidate(), Dbdih::failedNodeLcpHandling(), Dbdih::failedNodeSynchHandling(), Qmgr::failReport(), Lgman::find_log_head(), Lgman::find_log_head_in_file(), Qmgr::findNeighbours(), Lgman::flush_log(), Lgman::force_log_sync(), Backup::fragmentCompleted(), Dbtup::fragrefuseLab(), garbage_register(), Dbdih::gcpBlockedLab(), Dbtc::gcpTcfinished(), getDataPtr(), getDataPtrSend(), Dbacc::getElement(), Backup::getFragmentInfo(), DbUtil::getResultSet(), Dblqh::handle_nr_copy(), Dbtc::handleApiFailState(), Qmgr::handleArbitCheck(), Dbtc::handleFailedApiNode(), Dbtup::handleReadReq(), Cmvmi::handleSET_VAR_REQ(), Dbdih::handleTakeOverNewMaster(), Dbtc::hash(), Lgman::init_run_undo_log(), Dbtc::initApiConnectRec(), Qmgr::initData(), Dblqh::initFourth(), Dbacc::initFragAdd(), Dblqh::initFsopenconf(), Dblqh::initFsrwconf(), Dbtup::initialiseRecordsLab(), Dbtc::initialiseRecordsLab(), Dblqh::initialiseRecordsLab(), Dbdih::initialiseRecordsLab(), Dbacc::initialiseRecordsLab(), Dbacc::initOpRec(), Dbtup::interpreterStartLab(), Dbtc::intstartphase2x020Lab(), Dbtc::intstartphase3x010Lab(), Dbdih::invalidateNodeLCP(), Qmgr::joinedCluster(), Dbdih::lcpBlockedLab(), Dblqh::linkWaitLog(), Tsman::load_extent_page_callback(), Dblqh::logLqhkeyrefLab(), Dblqh::logLqhkeyreqLab(), Dblqh::logNextStart(), Dblqh::LQHKEY_abort(), Dblqh::lqhTransNextLab(), Dbdih::MASTER_GCPhandling(), Dbdih::MASTER_LCPhandling(), Backup::masterAbort(), Dbdict::masterRestart_checkSchemaStatusComplete(), Dblqh::moreconnectionsLab(), Dbtc::ndbsttorry010Lab(), Dbdih::ndbsttorry10Lab(), Dbacc::ndbsttorryLab(), Suma::SyncRecord::nextScan(), Dblqh::nextScanConfCopyLab(), Dblqh::nextScanConfScanLab(), Qmgr::node_failed(), Dbdih::nodeDictStartConfLab(), Dbtc::nodeFailCheckTransactions(), Dbdih::nodeFailCompletedCheckLab(), Dbdih::nodeRestartPh2Lab2(), Dbdih::nodeRestartTakeOver(), Dbtc::nodeTakeOverCompletedLab(), Dblqh::nr_copy_delete_row(), Dbtup::nr_delete(), Dbdih::nr_start_fragments(), Dbdih::openFileRo(), Dblqh::openFileRw(), Dbdih::openFileRw(), Backup::openFilesReply(), Dblqh::openLogfileInit(), Dblqh::openNextLogfile(), Dbdict::openSchemaFile(), Dbdict::openTableFile(), Suma::out_of_buffer(), Suma::out_of_buffer_release(), Dbdih::packFragIntoPagesLab(), Dbtc::packKeyData000Lab(), Dblqh::packLqhkeyreqLab(), Dbdict::packTableIntoPages(), Dbdih::packTableIntoPagesLab(), Ndbcntr::ph2ALab(), Ndbcntr::ph5ALab(), Ndbcntr::ph6ALab(), Dblqh::prepareContinueAfterBlockedLab(), print_restart(), Pgman::process_lcp(), Pgman::process_lcp_locked(), Pgman::process_lcp_locked_fswriteconf(), Lgman::process_log_buffer_waiters(), Lgman::process_log_sync_waiters(), Restore::read_file(), Lgman::read_undo_log(), Dblqh::readExecLog(), Dblqh::readExecSr(), Dblqh::readExecSrLab(), Dbdih::readingTableLab(), Dbdih::readPagesIntoFragLab(), Dbdih::readPagesIntoTableLab(), Dbdih::readRestorableGci(), Dbdict::readSchemaFile(), Dblqh::readSinglePage(), Dbdih::readTabfile(), Dbdict::readTableFile(), Ndbfs::readWriteRequest(), Dbdih::recvDictLockConf(), Dbacc::reenable_expand_after_redo_log_exection_complete(), Dbacc::refaccConnectLab(), reformat(), Tsman::release_extent_pages_callback(), Suma::release_gci(), Dbtc::releaseAbortResources(), Dbtc::releaseAndAbort(), Dbacc::releaseDirIndexResources(), Dbacc::releaseFragResources(), Dblqh::releaseOprec(), Dbacc::releaseOverflowResources(), Dbtc::removeMarkerForFailedAPI(), Dbdih::removeNodeFromTable(), Ndbfs::report(), Dbtc::TransCounters::report(), Dbacc::report_dealloc(), Qmgr::reportArbitEvent(), reportConnect(), FastScheduler::reportDoJobStatistics(), reportError(), Dbtup::reportMemoryUsage(), Dbacc::reportMemoryUsage(), Dbtc::reportNodeFailed(), reportReceiveLen(), reportSendLen(), Suma::resend_bucket(), Dbdict::restart_writeSchemaConf(), Dbdict::restartCreateObj(), Dbdict::restartCreateTab(), Restore::restore_next(), APZJobBuffer::retrieve(), APZJobBuffer::retrieveDump(), Qmgr::runArbitThread(), Dbtc::saveAttrbuf(), Tsman::scan_datafile(), Tsman::scan_extent_headers(), Tsman::scan_tablespace(), Dbtc::scanError(), Dblqh::scanMarkers(), Dbtup::scanNext(), Dbtup::scanReply(), Dbtc::scanTabRefLab(), Dblqh::scanTcConnectLab(), Dblqh::scanTupkeyRefLab(), Dbdih::selectMasterCandidateAndSend(), Dblqh::sendAborted(), Dbtc::sendAbortedAfterTimeout(), Dbacc::sendAcckeyconf(), Dbtc::sendApiCommit(), Qmgr::sendApiFailReq(), Dbtc::sendAttrinfo(), Backup::sendBackupRef(), Qmgr::sendCloseComReq(), Qmgr::sendCmAckAdd(), UpgradeStartup::sendCmAppChg(), Qmgr::sendCmRegReq(), UpgradeStartup::sendCntrMasterReq(), Qmgr::sendCommitFailReq(), Dbtc::sendContinueTimeOutControl(), Dbdih::sendCOPY_GCIREQ(), Dblqh::sendCopyActiveConf(), Dbdih::sendCopyTable(), Dbdih::sendCreateFragReq(), Dbdict::sendDictLockConf(), Dbdict::sendDictLockRef(), Dbdih::sendDictLockReq(), Dbdih::sendDictUnlockOrd(), Backup::sendDropTrig(), Dblqh::sendEMPTY_LCP_CONF(), Dbdih::sendEndTo(), Dblqh::sendExecConf(), Dblqh::sendExecFragRefLab(), SimulatedBlock::sendFirstFragment(), Dbdih::sendGCP_COMMIT(), Dbdih::sendGCP_PREPARE(), Dbdih::sendGCP_SAVEREQ(), Tsman::sendGET_TABINFOREF(), Lgman::sendGET_TABINFOREF(), Dbdict::sendGET_TABINFOREF(), Dbdict::sendGetTabResponse(), Qmgr::sendHeartbeat(), Dbdih::sendHOT_SPAREREP(), Dbdih::sendINCL_NODEREQ(), Dbtc::sendKeyinfo(), Dblqh::sendKeyinfo20(), Dblqh::sendKeyinfoAcc(), Dbdih::sendLastLCP_FRAG_ORD(), Dbdih::sendLCP_FRAG_ORD(), Dblqh::sendLCP_FRAG_REP(), Dbtup::sendLogAttrinfo(), Dblqh::sendLqhTransconf(), Dbdih::sendMASTER_LCPCONF(), Dbdict::sendNDB_STTORRY(), Dblqh::sendNdbSttorryLab(), SimulatedBlock::sendNextLinearFragment(), Dbacc::sendNextScanConf(), SimulatedBlock::sendNextSegmentedFragment(), Ndbcntr::Missra::sendNextSTTOR(), Dbtc::sendPackedSignalLqh(), Dblqh::sendPackedSignalLqh(), Dblqh::sendPackedSignalTc(), Dbtc::sendPackedTCINDXCONF(), Dbtc::sendPackedTCKEYCONF(), Qmgr::sendPrepFailReqRef(), Dbtup::sendReadAttrinfo(), Dblqh::sendScanFragConf(), Dbtc::sendScanFragReq(), Dbacc::sendScanHbRep(), Dbtc::sendScanTabConf(), SimulatedBlock::sendSignal(), Dbtc::sendSignalErrorRefuseLab(), SimulatedBlock::sendSignalWithDelay(), Dbdih::sendSTART_RECREQ(), Dbdih::sendStartFragreq(), Dbdih::sendStartTo(), Tsman::sendSTTORRY(), Suma::sendSTTORRY(), Restore::sendSTTORRY(), Pgman::sendSTTORRY(), Ndbcntr::sendSttorry(), Lgman::sendSTTORRY(), Dbdict::sendSTTORRY(), Cmvmi::sendSTTORRY(), Backup::sendSTTORRY(), Qmgr::sendSttorryLab(), Dblqh::sendsttorryLab(), Suma::sendSubStopReq(), Dbdih::sendTC_CLOPSIZEREQ(), Dbdih::sendTCGETOPSIZEREQ(), Dbtc::sendTCKEY_FAILCONF(), Dbtc::sendTCKEY_FAILREF(), Dbtc::sendtckeyconf(), Dblqh::sendTupkey(), Dbdih::sendUpdateTo(), set_default_node_groups(), Dbdict::setDictLockPoll(), APZJobBuffer::signal2buffer(), Dblqh::srFourthComp(), Dblqh::srGciLimits(), Dblqh::srLogLimits(), Dblqh::srPhase3Comp(), Dblqh::srPhase3Start(), Suma::start_resend(), Qmgr::startArbitThread(), Dblqh::startExecSr(), Dbdih::startFragment(), Dblqh::startFragRefLab(), Dbdih::startGcp(), Dbdih::startGcpLab(), Dbdih::startGcpMasterTakeOver(), Dbdih::startInfoReply(), Ndbcntr::startInsertTransactions(), Dbacc::startNew(), Dbacc::startNext(), Dbdih::startNextCopyFragment(), Qmgr::startphase1(), Ndbcntr::startPhase2Lab(), Dblqh::startphase3Lab(), Dbdih::startRemoveFailedNode(), Dbdih::startTakeOver(), Dbtc::startTakeOverLab(), Dblqh::startTimeSupervision(), Qmgr::stateArbitChoose(), Qmgr::stateArbitPrep(), Qmgr::stateArbitRun(), Qmgr::stateArbitStart(), Lgman::stop_run_undo_log(), Backup::stopBackupReply(), Dbtup::storedProcedureAttrInfo(), Dbtup::storedSeizeAttrinbufrecErrorLab(), Dbdih::storeNewLcpIdLab(), Dbtc::sttorryLab(), Dbacc::sttorrysignalLab(), Dbdih::switch_primary_stop_node(), Dbdih::switchReplica(), Dbdih::switchReplicaReply(), Logfile_client::sync_lsn(), Dblqh::systemError(), Dbdih::tableCloseLab(), Dbdih::tableCopyNodeLab(), Dbtc::TCKEY_abort(), Dbtc::tckeyreq020Lab(), Dbtc::tckeyreq050Lab(), Dbtc::timeOutFoundFragLab(), Dbtc::timeOutLoopStartFragLab(), Qmgr::timerHandlingLab(), Dblqh::timeSup(), Dbtc::toAbortHandlingLab(), Dbtc::toCommitHandlingLab(), Dbtc::toCompleteHandlingLab(), Dbdih::toCopyCompletedLab(), Dblqh::tupcommit_conf_callback(), Dblqh::tupCopyCloseConfLab(), Dblqh::tupkeyConfLab(), Dblqh::tupScanCloseConfLab(), Dbtup::undo_createtable_logsync_callback(), Ndbcntr::updateNodeState(), Dbdih::waitDropTabWritingToFile(), Ndbcntr::waitpoint41Lab(), Ndbcntr::waitpoint61Lab(), Ndbcntr::waitpoint71Lab(), Dblqh::writeDirty(), Dblqh::writeDirtyLab(), Dbdih::writeInitGcpLab(), Dbdih::writeRestorableGci(), Dbdict::writeSchemaFile(), Dblqh::writeSinglePage(), Dbdih::writeTabfile(), Dbdict::writeTableFile(), Dbdih::writingCopyGciLab(), Dbtc::wrongSchemaVersionErrorLab(), and Dbacc::xfrmKeyData().
1.4.7

