List:Commits« Previous MessageNext Message »
From:jonas Date:August 7 2006 7:49am
Subject:bk commit into 5.0 tree (jonas:1.2238)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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-08-07 09:49:46+02:00, jonas@stripped +1 -0
  Merge perch.ndb.mysql.com:/home/jonas/src/41-work
  into  perch.ndb.mysql.com:/home/jonas/src/50-work
  MERGE: 1.1616.2144.188

  ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp@stripped, 2006-08-07 09:49:45+02:00, jonas@stripped +0 -1
    merge
    MERGE: 1.10.1.7

# 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/50-work/RESYNC

--- 1.30/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp	2006-08-07 09:49:50 +02:00
+++ 1.31/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp	2006-08-07 09:49:50 +02:00
@@ -181,10 +181,9 @@
 
   case SystemError::CopyFragRefError:
     BaseString::snprintf(buf, sizeof(buf), 
-	     "Node %d killed this node because "
-	     "it could not copy a fragment during node restart. "
-	     "Copy fragment error code: %u.",
-	     killingNode, data1);
+			 "Killed by node %d as "
+			 "copyfrag failed, error: %u",
+			 killingNode, data1);
     break;
 
   default:
Thread
bk commit into 5.0 tree (jonas:1.2238)jonas7 Aug