List:Commits« Previous MessageNext Message »
From:pekka Date:January 10 2007 7:29pm
Subject:bk commit into 5.1 tree (pekka:1.2385)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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@stripped, 2007-01-10 19:29:27+01:00, pekka@stripped +1 -0
  ndb - wl#3600 accidentally deleted line

  storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp@stripped, 2007-01-10 19:28:49+01:00,
pekka@stripped +1 -0
    wl#3600 accidentally deleted line

# 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:	clam.(none)
# Root:	/export/space/pekka/ndb/version/my52-wl3600-a

--- 1.127/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2007-01-10 16:23:04 +01:00
+++ 1.128/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2007-01-10 19:28:49 +01:00
@@ -492,6 +492,7 @@
     req->primaryTableId = tablePtr.i;
     EXECUTE_DIRECT(DBDIH, GSN_CREATE_FRAGMENTATION_REQ, signal,
 		   CreateFragmentationReq::SignalLength);
+    ndbrequire(signal->theData[0] == 0);
     Uint16 *data = (Uint16*)&signal->theData[25];
     Uint32 count = 2 + (1 + data[0]) * data[1];
     w.add(DictTabInfo::ReplicaDataLen, 2*count);
Thread
bk commit into 5.1 tree (pekka:1.2385)pekka10 Jan