21 #include "SignalData.hpp"
22 #include <NodeBitmask.hpp>
38 friend bool printBACKUP_REQ(FILE *,
const Uint32 *, Uint32, Uint16);
40 STATIC_CONST( SignalLength = 4 );
41 STATIC_CONST( WAITCOMPLETED = 0x3 );
42 STATIC_CONST( USE_UNDO_LOG = 0x4 );
65 friend bool printBACKUP_DATA(FILE *,
const Uint32 *, Uint32, Uint16);
67 STATIC_CONST( SignalLength = 25 );
101 Uint32 totalLen_offset;
107 Uint32 backupData[21];
124 friend bool printBACKUP_REF(FILE *,
const Uint32 *, Uint32, Uint16);
126 STATIC_CONST( SignalLength = 3 );
132 OutOfBackupRecord = 1302,
133 OutOfResources = 1303,
134 SequenceFailure = 1304,
135 BackupDefinitionNotImplemented = 1305,
136 CannotBackupDiskless = 1306
159 friend bool printBACKUP_CONF(FILE *,
const Uint32 *, Uint32, Uint16);
161 STATIC_CONST( SignalLength = 2 + NdbNodeBitmask::Size );
183 friend bool printBACKUP_ABORT_REP(FILE *,
const Uint32 *, Uint32, Uint16);
185 STATIC_CONST( SignalLength = 3 );
207 friend bool printBACKUP_COMPLETE_REP(FILE *,
const Uint32 *, Uint32, Uint16);
209 STATIC_CONST( SignalLength = 10 + NdbNodeBitmask::Size );
216 Uint32 noOfRecordsLow;
218 Uint32 noOfLogRecords;
220 Uint32 noOfBytesHigh;
221 Uint32 noOfRecordsHigh;
228 friend bool printBACKUP_NF_COMPLETE_REP(FILE*,
const Uint32*, Uint32, Uint16);
241 friend bool printABORT_BACKUP_ORD(FILE *,
const Uint32 *, Uint32, Uint16);
243 STATIC_CONST( SignalLength = 3 );
247 BackupComplete = 1322,
248 BackupFailure = 1323,
249 LogBufferFull = 1324,
250 FileOrScanError = 1325,
251 BackupFailureDueToNodeFail = 1326,
255 ,IncompatibleVersions = 1329