List:Commits« Previous MessageNext Message »
From:Guangbao Ni Date:December 3 2008 2:15pm
Subject:bzr commit into mysql-5.1 branch (gni:3154) Bug#39667
View as plain text  
#At file:///home/ngb/mysql/bzr/telco6.4-bug39667/

 3154 Guangbao Ni	2008-12-03 [merge]
      BUG#39667 Starting phase is reported differently in cluster.log and ndb_mgm
modified:
  storage/ndb/src/mgmclient/CommandInterpreter.cpp

per-file messages:
  storage/ndb/src/mgmclient/CommandInterpreter.cpp
    storage/ndb/src/mgmclient/CommandInterpreter.cpp
=== modified file 'storage/ndb/src/mgmclient/CommandInterpreter.cpp'
--- a/storage/ndb/src/mgmclient/CommandInterpreter.cpp	2008-11-19 10:34:01 +0000
+++ b/storage/ndb/src/mgmclient/CommandInterpreter.cpp	2008-12-03 14:14:38 +0000
@@ -2289,10 +2289,10 @@ print_status(const ndb_mgm_node_state * 
          << ": " << status_string(state->node_status);
   switch(state->node_status){
   case NDB_MGM_NODE_STATUS_STARTING:
-    ndbout << " (Phase " << state->start_phase << ")";
+    ndbout << " (Last completed phase " << state->start_phase << ")";
     break;
   case NDB_MGM_NODE_STATUS_SHUTTING_DOWN:
-    ndbout << " (Phase " << state->start_phase << ")";
+    ndbout << " (Last completed phase " << state->start_phase << ")";
     break;
   default:
     break;

Thread
bzr commit into mysql-5.1 branch (gni:3154) Bug#39667Guangbao Ni3 Dec