List:Commits« Previous MessageNext Message »
From:jonas Date:December 19 2006 1:40pm
Subject:bk commit into 5.1 tree (jonas:1.2369)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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, 2006-12-19 13:40:34+01:00, jonas@stripped +1 -0
  ndb - fix argument name clash - which yeilds compile error with forte

  storage/ndb/src/mgmsrv/MgmtSrvr.hpp@stripped, 2006-12-19 13:40:32+01:00,
jonas@stripped +1 -1
    fix argument name clash - which yeilds compile error with forte

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/51-telco

--- 1.50/storage/ndb/src/mgmsrv/MgmtSrvr.hpp	2006-12-19 13:40:41 +01:00
+++ 1.51/storage/ndb/src/mgmsrv/MgmtSrvr.hpp	2006-12-19 13:40:41 +01:00
@@ -272,7 +272,7 @@
    *   @param   processId: Id of the DB process to stop
    *   @return  0 if succeeded, otherwise: as stated above, plus:
    */
-  int versionNode(int nodeId, Uint32 &version, Uint32 &version,
+  int versionNode(int nodeId, Uint32 &version, Uint32 &mysql_version,
 		  const char **address);
 
   /**
Thread
bk commit into 5.1 tree (jonas:1.2369)jonas19 Dec