List:Commits« Previous MessageNext Message »
From:jonas Date:April 10 2007 8:06am
Subject:bk commit into 5.1 tree (jonas:1.2488)
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, 2007-04-10 10:06:34+02:00, jonas@stripped +2 -0
  Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
  into  perch.ndb.mysql.com:/home/jonas/src/telco-6.1
  MERGE: 1.2403.11.8

  storage/ndb/src/kernel/blocks/suma/Suma.cpp@stripped, 2007-04-10 10:06:31+02:00, jonas@stripped +0 -0
    Auto merged
    MERGE: 1.50.1.8

  storage/ndb/src/ndbapi/ndberror.c@stripped, 2007-04-10 10:06:31+02:00, jonas@stripped +0 -0
    Auto merged
    MERGE: 1.82.1.4

# 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/telco-6.1/RESYNC

--- 1.58/storage/ndb/src/kernel/blocks/suma/Suma.cpp	2007-04-10 10:06:39 +02:00
+++ 1.59/storage/ndb/src/kernel/blocks/suma/Suma.cpp	2007-04-10 10:06:39 +02:00
@@ -2394,6 +2394,16 @@
     sendSubStartRef(signal, 1412);
     DBUG_VOID_RETURN;
   }
+
+  if (c_startup.m_restart_server_node_id == 0 && 
+      !c_connected_nodes.get(refToNode(subscriberRef)))
+    
+  {
+    jam();
+    sendSubStartRef(signal, SubStartRef::PartiallyConnected);
+    return;
+  }
+  
   DBUG_PRINT("info",("c_subscriberPool  size: %d free: %d",
 		     c_subscriberPool.getSize(),
 		     c_subscriberPool.getNoOfFree()));

--- 1.85/storage/ndb/src/ndbapi/ndberror.c	2007-04-10 10:06:39 +02:00
+++ 1.86/storage/ndb/src/ndbapi/ndberror.c	2007-04-10 10:06:39 +02:00
@@ -490,6 +490,7 @@
   { 1419, DMEC, SE, "Subscription already dropped" },
 
   { 1420, DMEC, TR, "Subscriber manager busy with adding/removing a table" },
+  { 1421, DMEC, SE, "Partially connected API in NdbOperation::execute()" },
 
   { 4004, DMEC, AE, "Attribute name or id not found in the table" },
   
Thread
bk commit into 5.1 tree (jonas:1.2488)jonas10 Apr