Commit f68c45d3 authored by stewart@mysql.com's avatar stewart@mysql.com

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

parent 45a3bb57
......@@ -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()
......
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