List:Internals« Previous MessageNext Message »
From:pekka Date:April 25 2005 10:55am
Subject:bk commit into 5.0 tree (pekka:1.1808)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of pekka. When pekka 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.1808 05/04/25 12:55:24 pekka@stripped +1 -0
  ndb - wl#2455 fix

  ndb/src/kernel/blocks/dbtup/DbtupScan.cpp
    1.3 05/04/25 12:45:17 pekka@stripped +1 -1
    fix fragId

# 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:	pekka
# Host:	tuna.ndb.mysql.com
# Root:	/orca/space/pekka/ndb/version/my50-ndb

--- 1.2/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp	2005-04-22 12:23:49 +02:00
+++ 1.3/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp	2005-04-25 12:45:17 +02:00
@@ -38,7 +38,7 @@
     tablePtr.i = req->tableId;
     ptrCheckGuard(tablePtr, cnoOfTablerec, tablerec);
     FragrecordPtr fragPtr[2];
-    Uint32 fragId = req->fragmentNo;
+    Uint32 fragId = req->fragmentNo << 1;
     fragPtr[0].i = fragPtr[1].i = RNIL;
     getFragmentrec(fragPtr[0], fragId | 0, tablePtr.p);
     getFragmentrec(fragPtr[1], fragId | 1, tablePtr.p);
Thread
bk commit into 5.0 tree (pekka:1.1808)pekka25 Apr