From: Date: May 24 2005 3:24am Subject: bk commit into 5.0 tree (stewart:1.1833) BUG#10813 List-Archive: http://lists.mysql.com/internals/25200 X-Bug: 10813 Message-Id: <20050524012440.2622C1CC28B6@kennedy.flamingspork.com> Below is the list of changes that have just been committed into a local 5.0 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.1833 05/05/24 11:24:26 stewart@stripped +1 -0 BUG#10813 SCI Transporter build fails fix typo ndb/src/common/transporter/SCI_Transporter.cpp 1.8 05/05/24 11:24:19 stewart@stripped +1 -1 Fix SCI transporter build errror # 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: kennedy.(none) # Root: /home/stewart/Documents/MySQL/5.0/ndb --- 1.7/ndb/src/common/transporter/SCI_Transporter.cpp 2005-02-10 00:10:58 +11:00 +++ 1.8/ndb/src/common/transporter/SCI_Transporter.cpp 2005-05-24 11:24:19 +10:00 @@ -48,7 +48,7 @@ Uint32 reportFreq) : Transporter(t_reg, tt_SCI_TRANSPORTER, lHostName, rHostName, r_port, isMgmConnection, _localNodeId, - _remoteNodeId, serverNodeID, 0, false, chksm, signalId) + _remoteNodeId, serverNodeId, 0, false, chksm, signalId) { DBUG_ENTER("SCI_Transporter::SCI_Transporter"); m_PacketSize = (packetSize + 3)/4 ;