From: Date: June 1 2007 2:32pm Subject: bk commit into 5.1 tree (tomas:1.2151) BUG#28783 List-Archive: http://lists.mysql.com/commits/27905 X-Bug: 28783 Message-Id: <20070601123221.9ED6F2CE749@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-06-01 14:32:18+02:00, tomas@stripped +1 -0 Bug#28783 (never released, so no need to doc) storage/ndb/src/common/transporter/TransporterRegistry.cpp@stripped, 2007-06-01 14:32:16+02:00, tomas@stripped +1 -0 Bug#28783 (never released, so no need to doc) # 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-wl2325-5.0 --- 1.65/storage/ndb/src/common/transporter/TransporterRegistry.cpp 2007-05-29 07:35:02 +02:00 +++ 1.66/storage/ndb/src/common/transporter/TransporterRegistry.cpp 2007-06-01 14:32:16 +02:00 @@ -959,6 +959,7 @@ { Uint32 * ptr; Uint32 sz = t->getReceiveData(&ptr); + transporter_recv_from(callbackObj, nodeId); Uint32 szUsed = unpack(ptr, sz, nodeId, ioStates[nodeId]); t->updateReceiveDataPtr(szUsed); }