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.2087 06/01/29 23:13:39 jonas@stripped +1 -0
bug#10987 - ndb - ndb_rpl_bank
even more debug printouts
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
1.88 06/01/29 23:13:36 jonas@stripped +13 -1
more printouts...
# 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/mysql-5.1-new
--- 1.87/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2006-01-17 08:37:32 +01:00
+++ 1.88/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2006-01-29 23:13:36 +01:00
@@ -930,6 +930,9 @@
jamEntry();
LqhFragReq * req = (LqhFragReq*)signal->getDataPtr();
+ printLQH_FRAG_REQ(stdout, signal->getDataPtr(),
+ signal->getLength(), number());
+
Uint32 retPtr = req->senderData;
BlockReference retRef = req->senderRef;
Uint32 fragId = req->fragmentId;
@@ -10886,6 +10889,7 @@
LcpRecord::FragOrd fragOrd;
fragOrd.fragPtrI = fragptr.i;
fragOrd.lcpFragOrd = * lcpFragOrd;
+ ndbout_c("tabptr.p->tableStatus == Tablerec::PREP_DROP_TABLE_DONE -> sendLCP_FRAG_REP");
sendLCP_FRAG_REP(signal, fragOrd);
return;
}
@@ -10909,7 +10913,7 @@
jamEntry();
LcpPrepareRef* ref= (LcpPrepareRef*)signal->getDataPtr();
-
+
lcpPtr.i = ref->senderData;
ptrCheckGuard(lcpPtr, clcpFileSize, lcpRecord);
ndbrequire(lcpPtr.p->lcpState == LcpRecord::LCP_WAIT_FRAGID);
@@ -10925,6 +10929,10 @@
lcpPtr.p->lcpState = LcpRecord::LCP_COMPLETED;
lcpPtr.p->m_acc.lcpLocstate = LcpLocRecord::ACC_COMPLETED;
+
+ ndbout_c("execLCP_PREPARE_REF tab: %d frag: %d err: %d",
+ fragptr.p->tabRef, fragptr.p->fragId, ref->errorCode);
+
contChkpNextFragLab(signal);
}
@@ -11139,6 +11147,10 @@
/**
* Fake that the fragment is done
*/
+ ndbout_c("tableStatus->contChkpNextFragLab tab: %d frag: %d",
+ lcpPtr.p->currentFragment.lcpFragOrd.tableId,
+ lcpPtr.p->currentFragment.lcpFragOrd.fragmentId);
+
contChkpNextFragLab(signal);
return;
}
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2087) BUG#10987 | jonas | 29 Jan |