BUG#18843 valgrind: cond jump on uninit in Qmgr::execAPI_REGREQ
This commit is contained in:
parent
45a3bb57d6
commit
f68c45d343
@ -25,7 +25,10 @@
|
|||||||
|
|
||||||
void Ndbcntr::initData()
|
void Ndbcntr::initData()
|
||||||
{
|
{
|
||||||
|
c_start.reset();
|
||||||
|
cmasterNodeId = 0;
|
||||||
|
cnoStartNodes = 0;
|
||||||
|
cnoWaitrep = 0;
|
||||||
// Records with constant sizes
|
// Records with constant sizes
|
||||||
ndbBlocksRec = new NdbBlocksRec[ZSIZE_NDB_BLOCKS_REC];
|
ndbBlocksRec = new NdbBlocksRec[ZSIZE_NDB_BLOCKS_REC];
|
||||||
}//Ndbcntr::initData()
|
}//Ndbcntr::initData()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user