#include <NdbMain.h>#include <NdbOut.hpp>#include <ndb_types.h>Include dependency graph for records.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| #define ABORTTRANSACTIONRECORDSIZE 3 |
Definition at line 45 of file records.hpp.
Referenced by AbortTransactionRecord::getLogRecordSize().
| #define COMMITTRANSACTIONRECORDSIZE 9 |
Definition at line 39 of file records.hpp.
Referenced by InvalidCommitTransactionRecord::getLogRecordSize(), and CommitTransactionRecord::getLogRecordSize().
| #define COMPLETEDGCIRECORDSIZE 2 |
| #define FILEDESCRIPTORHEADERSIZE 3 |
| #define FILEDESCRIPTORRECORDSIZE 48 |
| #define MAX_FILE_DESCRIPTORS 40 |
Definition at line 32 of file records.hpp.
| #define NEXTMBYTERECORDSIZE 1 |
| #define NO_MBYTE_IN_FILE 16 |
Definition at line 37 of file records.hpp.
| #define NO_MBYTE_IN_FILE 16 |
Definition at line 37 of file records.hpp.
Referenced by NDB_COMMAND(), and FileDescriptor::printARecord().
| #define NO_PAGES_IN_MBYTE 32 |
| #define PAGEHEADERSIZE 32 |
| #define PAGESIZE 8192 |
Definition at line 35 of file records.hpp.
Referenced by NextLogRecord::getLogRecordSize(), NDB_COMMAND(), readFile(), readFileWait(), writeFile(), and writeSyncFile().
| #define ZABORT_TYPE 3 |
Definition at line 24 of file records.hpp.
Referenced by Dblqh::execSr(), NDB_COMMAND(), and Dblqh::writeAbortLog().
| #define ZCOMMIT_TYPE 2 |
Definition at line 23 of file records.hpp.
Referenced by Dblqh::execSr(), NDB_COMMAND(), and Dblqh::writeCommitLog().
| #define ZCOMPLETED_GCI_TYPE 8 |
Definition at line 29 of file records.hpp.
Referenced by Dblqh::execSr(), Dblqh::initFirstPageLab(), NDB_COMMAND(), and Dblqh::writeCompletedGciLog().
| #define ZFD_TYPE 4 |
Definition at line 25 of file records.hpp.
Referenced by Dblqh::execSr(), NDB_COMMAND(), and Dblqh::writeFileHeaderOpen().
| #define ZFRAG_SPLIT_TYPE 5 |
| #define ZINVALID_COMMIT_TYPE 9 |
| #define ZNEW_PREP_OP_TYPE 0 |
| #define ZNEXT_LOG_RECORD_TYPE 6 |
Definition at line 27 of file records.hpp.
Referenced by Dblqh::execSr(), NDB_COMMAND(), and Dblqh::writeFileHeaderOpen().
| #define ZNEXT_MBYTE_TYPE 7 |
Definition at line 28 of file records.hpp.
Referenced by Dblqh::execSr(), NDB_COMMAND(), and Dblqh::writeNextLog().
| #define ZPREP_OP_TYPE 1 |
Definition at line 22 of file records.hpp.
Referenced by Dblqh::execSr(), NDB_COMMAND(), and Dblqh::writeLogHeader().
1.4.7

