Below is the list of changes that have just been committed into a local
4.1 repository of stewart. When stewart does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2499 06/04/06 21:59:13 stewart@stripped +1 -0
BUG#18843 valgrind: cond jump on uninit in Qmgr::execAPI_REGREQ
ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp
1.7 06/04/06 21:59:08 stewart@stripped +4 -1
Also init a few internals before start phase 1 as they can be accessed before that
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: stewart
# Host: willster.(none)
# Root: /home/stewart/Documents/MySQL/4.1/bug18843
--- 1.6/ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp 2005-09-01 00:14:59 +10:00
+++ 1.7/ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp 2006-04-06 21:59:08 +10:00
@@ -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()
| Thread |
|---|
| • bk commit into 4.1 tree (stewart:1.2499) BUG#18843 | Stewart Smith | 6 Apr |