Commit 81beb550 authored by unknown's avatar unknown

Removed debug printouts

parent b85e699e
...@@ -153,7 +153,6 @@ Dbacc::Dbacc(const class Configuration & conf): ...@@ -153,7 +153,6 @@ Dbacc::Dbacc(const class Configuration & conf):
jam(); jam();
cundopagesize+= (16 - mega_byte_part); cundopagesize+= (16 - mega_byte_part);
} }
ndbout << "ACC: No of Undo Pages = " << cundopagesize << endl;
// Transit signals // Transit signals
addRecSignal(GSN_DUMP_STATE_ORD, &Dbacc::execDUMP_STATE_ORD); addRecSignal(GSN_DUMP_STATE_ORD, &Dbacc::execDUMP_STATE_ORD);
......
...@@ -193,7 +193,6 @@ Dblqh::Dblqh(const class Configuration & conf): ...@@ -193,7 +193,6 @@ Dblqh::Dblqh(const class Configuration & conf):
jam(); jam();
clogPageFileSize+= (16 - mega_byte_part); clogPageFileSize+= (16 - mega_byte_part);
} }
ndbout << "LQH: No of REDO pages = " << clogPageFileSize << endl;
addRecSignal(GSN_PACKED_SIGNAL, &Dblqh::execPACKED_SIGNAL); addRecSignal(GSN_PACKED_SIGNAL, &Dblqh::execPACKED_SIGNAL);
addRecSignal(GSN_DEBUG_SIG, &Dblqh::execDEBUG_SIG); addRecSignal(GSN_DEBUG_SIG, &Dblqh::execDEBUG_SIG);
......
...@@ -95,7 +95,6 @@ Dbtup::Dbtup(const class Configuration & conf) ...@@ -95,7 +95,6 @@ Dbtup::Dbtup(const class Configuration & conf)
jam(); jam();
cnoOfUndoPage+= (16 - mega_byte_part); cnoOfUndoPage+= (16 - mega_byte_part);
} }
ndbout << "TUP: No of Undo Pages = " << cnoOfUndoPage << endl;
addRecSignal(GSN_DEBUG_SIG, &Dbtup::execDEBUG_SIG); addRecSignal(GSN_DEBUG_SIG, &Dbtup::execDEBUG_SIG);
addRecSignal(GSN_CONTINUEB, &Dbtup::execCONTINUEB); addRecSignal(GSN_CONTINUEB, &Dbtup::execCONTINUEB);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment