#include <AlterTable.hpp>
This signal is sent by API to DICT/TRIX as a request to alter a secondary index and then from TRIX to TRIX(n) and TRIX to TC.
Definition at line 29 of file AlterTable.hpp.
Definition at line 139 of file AlterTable.hpp.
References FRAG_DATA_SHIFT.
Referenced by NdbEventOperationImpl::tableFragmentationChanged().
00139 { 00140 return (Uint8)((changeMask >> FRAG_DATA_SHIFT) & 1); 00141 }
Here is the caller graph for this function:

Definition at line 127 of file AlterTable.hpp.
References FRM_SHIFT.
Referenced by Suma::execALTER_TAB_REQ(), Dbdict::handleAlterTab(), Dbdict::revertAlterTable(), and NdbEventOperationImpl::tableFrmChanged().
00127 { 00128 return (Uint8)((changeMask >> FRM_SHIFT) & 1); 00129 }
Here is the caller graph for this function:

Getters and setters
Definition at line 115 of file AlterTable.hpp.
References NAME_SHIFT.
Referenced by Dbdict::handleAlterTab(), Dbdict::revertAlterTable(), and NdbEventOperationImpl::tableNameChanged().
00115 { 00116 return (Uint8)((changeMask >> NAME_SHIFT) & 1); 00117 }
Here is the caller graph for this function:

Definition at line 151 of file AlterTable.hpp.
References RANGE_LIST_SHIFT.
Referenced by NdbEventOperationImpl::tableRangeListChanged().
00151 { 00152 return (Uint8)((changeMask >> RANGE_LIST_SHIFT) & 1); 00153 }
Here is the caller graph for this function:

Definition at line 103 of file AlterTable.hpp.
References TS_SHIFT.
00103 { 00104 return (Uint8)((changeMask >> TS_SHIFT) & 1); 00105 }
Definition at line 163 of file AlterTable.hpp.
References TS_NAME_SHIFT.
00163 { 00164 return (Uint8)((changeMask >> TS_NAME_SHIFT) & 1); 00165 }
| AlterTableReq::SECTION | ( | DICT_TAB_INFO | = 0 |
) | [private] |
| void AlterTableReq::setFragDataFlag | ( | UintR & | changeMask, | |
| Uint32 | fragFlg | |||
| ) | [inline, static, private] |
Definition at line 145 of file AlterTable.hpp.
References FRAG_DATA_SHIFT.
Referenced by NdbDictInterface::createOrAlterTable().
00145 { 00146 changeMask |= (fragDataFlg << FRAG_DATA_SHIFT); 00147 }
Here is the caller graph for this function:

Definition at line 133 of file AlterTable.hpp.
References FRM_SHIFT.
Referenced by NdbDictInterface::createOrAlterTable().
00133 { 00134 changeMask |= (frmFlg << FRM_SHIFT); 00135 }
Here is the caller graph for this function:

Definition at line 121 of file AlterTable.hpp.
References NAME_SHIFT.
Referenced by NdbDictInterface::createOrAlterTable().
00121 { 00122 changeMask |= (nameFlg << NAME_SHIFT); 00123 }
Here is the caller graph for this function:

| void AlterTableReq::setRangeListFlag | ( | UintR & | changeMask, | |
| Uint32 | rangeFlg | |||
| ) | [inline, static, private] |
Definition at line 157 of file AlterTable.hpp.
References RANGE_LIST_SHIFT.
Referenced by NdbDictInterface::createOrAlterTable().
00157 { 00158 changeMask |= (rangeFlg << RANGE_LIST_SHIFT); 00159 }
Here is the caller graph for this function:

Definition at line 109 of file AlterTable.hpp.
References TS_SHIFT.
Referenced by NdbDictInterface::createOrAlterTable().
00109 { 00110 changeMask |= (tsFlg << TS_SHIFT); 00111 }
Here is the caller graph for this function:

| void AlterTableReq::setTsNameFlag | ( | UintR & | changeMask, | |
| Uint32 | tsNameFlg | |||
| ) | [inline, static, private] |
Definition at line 169 of file AlterTable.hpp.
References TS_NAME_SHIFT.
Referenced by NdbDictInterface::createOrAlterTable().
00169 { 00170 changeMask |= (tsNameFlg << TS_NAME_SHIFT); 00171 }
Here is the caller graph for this function:

| AlterTableReq::STATIC_CONST | ( | SignalLength | = 5 |
) |
friend class Dbdict [friend] |
Definition at line 41 of file AlterTable.hpp.
friend class NdbDictInterface [friend] |
Definition at line 40 of file AlterTable.hpp.
friend class NdbEventOperationImpl [friend] |
Definition at line 39 of file AlterTable.hpp.
friend class NdbTableImpl [friend] |
Sender(s) / Reciver(s)
Definition at line 38 of file AlterTable.hpp.
| bool printALTER_TABLE_REQ | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
For printing
Definition at line 19 of file AlterTable.cpp.
00020 { 00021 // const AlterTableReq * const sig = (AlterTableReq *) theData; 00022 00023 return false; 00024 }
friend class Suma [friend] |
Definition at line 42 of file AlterTable.hpp.
Uint32 AlterTableReq::changeMask [private] |
Uint32 AlterTableReq::senderData [private] |
Definition at line 53 of file AlterTable.hpp.
Referenced by Dbdict::alterTable_backup_mutex_locked(), Dbdict::alterTableRef(), and Dbdict::execALTER_TABLE_REQ().
Uint32 AlterTableReq::senderRef [private] |
Definition at line 54 of file AlterTable.hpp.
Referenced by Dbdict::alterTable_backup_mutex_locked(), Dbdict::alterTableRef(), and Dbdict::execALTER_TABLE_REQ().
Uint32 AlterTableReq::tableId [private] |
Uint32 AlterTableReq::tableVersion [private] |
1.4.7

