List:Internals« Previous MessageNext Message »
From:tomas Date:October 11 2005 1:51pm
Subject:bk commit into 5.0 tree (tomas:1.2028)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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
  1.2028 05/10/11 15:51:39 tomas@stripped +1 -0
  corrected typo

  ndb/src/kernel/vm/TransporterCallback.cpp
    1.11 05/10/11 15:51:18 tomas@stripped +1 -1
    corrected typo

# 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:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.0

--- 1.10/ndb/src/kernel/vm/TransporterCallback.cpp	2005-10-11 15:47:57 +02:00
+++ 1.11/ndb/src/kernel/vm/TransporterCallback.cpp	2005-10-11 15:51:18 +02:00
@@ -368,7 +368,7 @@
     break;
   }
  
-  if(errorCode &  & TE_DO_DISCONNECT){
+  if(errorCode & TE_DO_DISCONNECT){
     reportDisconnect(callbackObj, nodeId, errorCode);
   }
   
Thread
bk commit into 5.0 tree (tomas:1.2028)tomas11 Oct