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.1900 05/05/31 16:27:19 joreland@stripped +1 -0
ndb - Prinout for gcp stop
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
1.30 05/05/31 16:27:16 joreland@stripped +8 -0
Prinout for gcp stop
# 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.ndb.mysql.com
# Root: /home/jonas/src/mysql-5.1-wl2325
--- 1.29/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp Mon May 23 15:53:01 2005
+++ 1.30/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp Tue May 31 16:27:16 2005
@@ -10286,6 +10286,14 @@
* send SYSTEM_ERROR to all other alive nodes
*/
void Dbdih::crashSystemAtGcpStop(Signal* signal){
+
+ infoEvent("c_GCP_COMMIT_Counter = %s", c_GCP_COMMIT_Counter.getText());
+ infoEvent("c_GCP_PREPARE_Counter = %s", c_GCP_PREPARE_Counter.getText());
+ infoEvent("c_GCP_SAVEREQ_Counter = %s", c_GCP_SAVEREQ_Counter.getText());
+ ndbout_c("c_GCP_COMMIT_Counter = %s", c_GCP_COMMIT_Counter.getText());
+ ndbout_c("c_GCP_PREPARE_Counter = %s", c_GCP_PREPARE_Counter.getText());
+ ndbout_c("c_GCP_SAVEREQ_Counter = %s", c_GCP_SAVEREQ_Counter.getText());
+
NodeRecordPtr nodePtr;
for (nodePtr.i = 1; nodePtr.i < MAX_NDB_NODES; nodePtr.i++) {
jam();
| Thread |
|---|
| • bk commit into 5.1 tree (joreland:1.1900) | jonas.oreland | 31 May |