Below is the list of changes that have just been committed into a local
5.1 repository of mskold. When mskold 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@stripped, 2008-02-21 14:00:05+01:00, mskold@stripped +1 -0
Initialized value in signal (valgrind error)
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp@stripped, 2008-02-21 13:59:59+01:00, mskold@stripped +1 -0
Initialized value in signal (valgrind error)
diff -Nrup a/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp b/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
--- a/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp 2008-02-20 16:14:00 +01:00
+++ b/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp 2008-02-21 13:59:59 +01:00
@@ -2207,6 +2207,7 @@ NdbEventBuffer::completeClusterFailed()
rep.gci_hi= gci >> 32;
rep.gci_lo= gci & 0xFFFFFFFF;
rep.gcp_complete_rep_count= cnt;
+ rep.flags = 0;
execSUB_GCP_COMPLETE_REP(&rep, SubGcpCompleteRep::SignalLength);
DBUG_VOID_RETURN;
| Thread |
|---|
| • bk commit into 5.1 tree (mskold:1.2540) | Martin Skold | 21 Feb |