BUG#18843 valgrind: cond jump on uninit in Qmgr::execAPI_REGREQ

ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp:
  Also init a few internals before start phase 1 as they can be accessed before that
This commit is contained in:
unknown 2006-04-06 21:59:13 +10:00
commit 9cc12d65cd

View file

@ -25,7 +25,10 @@
void Ndbcntr::initData()
{
c_start.reset();
cmasterNodeId = 0;
cnoStartNodes = 0;
cnoWaitrep = 0;
// Records with constant sizes
ndbBlocksRec = new NdbBlocksRec[ZSIZE_NDB_BLOCKS_REC];
}//Ndbcntr::initData()