List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:July 25 2005 8:27am
Subject:bk commit into 5.1 tree (joreland:1.1946)
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
  1.1946 05/07/25 10:27:31 joreland@stripped +1 -0
  merge - ndb - fix dump

  storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
    1.89 05/07/25 10:27:27 joreland@stripped +2 -2
    fix dump

# 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:	joreland
# Host:	eel.(none)
# Root:	/home/jonas/src/mysql-5.1-ndb-dd

--- 1.88/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2005-07-21 16:15:15 +02:00
+++ 1.89/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2005-07-25 10:27:27 +02:00
@@ -2049,7 +2049,7 @@
 	     << " tcTimer="<<tTcConptr.p->tcTimer<<endl
 	     << " tcTimer+120="<<tTcConptr.p->tcTimer + 120<<endl;
 
-      signal->theData[0] = 2305;
+      signal->theData[0] = 2307;
       signal->theData[1] = tTcConptr.i;
       execDUMP_STATE_ORD(signal);
       
@@ -17453,7 +17453,7 @@
       {
 	ptrCheckGuard(tcRec, ttcConnectrecFileSize, regTcConnectionrec);
 	ndbout << "TcConnectionrec " << tcRec.i;
-	signal->theData[0] = 2305;
+	signal->theData[0] = 2307;
 	signal->theData[1] = tcRec.i;
 	execDUMP_STATE_ORD(signal);
 	tcRec.i = tcRec.p->nextHashRec;
Thread
bk commit into 5.1 tree (joreland:1.1946)jonas.oreland25 Jul