#include "Dbtup.hpp"#include <RefConvert.hpp>#include <ndb_limits.h>#include <pc.hpp>#include <AttributeDescriptor.hpp>#include "AttributeOffset.hpp"#include <AttributeHeader.hpp>#include <Interpreter.hpp>#include <signaldata/FsConf.hpp>#include <signaldata/FsRef.hpp>#include <signaldata/FsRemoveReq.hpp>#include <signaldata/TupCommit.hpp>#include <signaldata/TupKey.hpp>#include <signaldata/DropTab.hpp>#include <SLList.hpp>Include dependency graph for DbtupGen.cpp:

Go to the source code of this file.
Defines | |
| #define | DBTUP_C |
| #define | DEBUG(x) { ndbout << "TUP::" << x << endl; } |
| #define | ljam() { jamLine(24000 + __LINE__); } |
| #define | ljamEntry() { jamEntryLine(24000 + __LINE__); } |
| #define | printFragment(t) |
| #define DBTUP_C |
Definition at line 18 of file DbtupGen.cpp.
| #define DEBUG | ( | x | ) | { ndbout << "TUP::" << x << endl; } |
Definition at line 36 of file DbtupGen.cpp.
| #define ljam | ( | ) | { jamLine(24000 + __LINE__); } |
Definition at line 38 of file DbtupGen.cpp.
| #define ljamEntry | ( | ) | { jamEntryLine(24000 + __LINE__); } |
Definition at line 39 of file DbtupGen.cpp.
| #define printFragment | ( | t | ) |
Value:
{ for(Uint32 i = 0; i < MAX_FRAG_PER_NODE;i++){\
ndbout_c("table = %d fragid[%d] = %d fragrec[%d] = %d", \
t.i, t.p->fragid[i], i, t.p->fragrec[i]); }}
Definition at line 683 of file DbtupGen.cpp.
1.4.7

