List:Commits« Previous MessageNext Message »
From:jonas Date:March 27 2007 4:13pm
Subject:bk commit into 5.1 tree (jonas:1.2133)
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-03-27 16:13:35+02:00, jonas@stripped +1 -0
  ndb -
    reformat code a bit to remove compiler error (some gcc version)

  storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@stripped, 2007-03-27 16:13:34+02:00,
jonas@stripped +5 -8
    reformat code a bit to remove compiler error (some gcc version)

# 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/drop5

--- 1.63/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2007-03-27 16:13:38 +02:00
+++ 1.64/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2007-03-27 16:13:38 +02:00
@@ -2033,16 +2033,13 @@
   TstartNode_or_blockref = signal->theData[0];
   TsendNodeId = signal->theData[1];
 
-  static Uint32 blocklist[] = {
-    clocallqhblockref,
-    clocaltcblockref,
-    cdictblockref,
-    0,
-    0,
-    0
-  };
+  Uint32 blocklist[6];
+  blocklist[0] = clocallqhblockref;
+  blocklist[1] = clocaltcblockref;
+  blocklist[2] = cdictblockref;
   blocklist[3] = numberToRef(BACKUP, getOwnNodeId());
   blocklist[4] = numberToRef(SUMA, getOwnNodeId());
+  blocklist[5] = 0;
   
   for (Uint32 i = 0; blocklist[i] != 0; i++)
   {
Thread
bk commit into 5.1 tree (jonas:1.2133)jonas27 Mar