From: Date: March 27 2007 11:12am Subject: bk commit into 5.1 tree (tomas:1.2448) BUG#27444 List-Archive: http://lists.mysql.com/commits/22986 X-Bug: 27444 Message-Id: <20070327091232.8A95F2FB709@whalegate.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of tomas. When tomas 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, 2007-03-27 11:12:26+02:00, tomas@stripped +1 -0 Bug #27444 DataMemory missing from report in cluster logs - error in initial signal length giving uninitialized variable storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp@stripped, 2007-03-27 11:12:23+02:00, tomas@stripped +1 -1 Bug #27444 DataMemory missing from report in cluster logs - error in initial signal length giving uninitialized variable # 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: tomas # Host: whalegate.ndb.mysql.com # Root: /home/tomas/mysql-5.1-telco-gca --- 1.36/storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp 2007-03-13 12:07:31 +01:00 +++ 1.37/storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp 2007-03-27 11:12:23 +02:00 @@ -517,7 +517,7 @@ /*****************************************/ signal->theData[0] = ZREPORT_MEMORY_USAGE; signal->theData[1] = 0; - sendSignalWithDelay(reference(), GSN_CONTINUEB, signal, 1000, 1); + sendSignalWithDelay(reference(), GSN_CONTINUEB, signal, 1000, 2); break; default: ljam();