mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
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:
parent
00cfd1a75f
commit
9cc12d65cd
1 changed files with 4 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue