Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f68c45d3
Commit
f68c45d3
authored
Apr 06, 2006
by
stewart@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#18843 valgrind: cond jump on uninit in Qmgr::execAPI_REGREQ
parent
45a3bb57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp
ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp
+4
-1
No files found.
ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp
View file @
f68c45d3
...
...
@@ -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()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment