#At file:///home/ngb/mysql/bzr/telco6.2-bug39667/
2760 Guangbao Ni 2008-12-03
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
making starting phase of ndb_mgm is reported the same as cluster.log
=== modified file 'storage/ndb/src/mgmclient/CommandInterpreter.cpp'
--- a/storage/ndb/src/mgmclient/CommandInterpreter.cpp 2008-03-14 13:32:49 +0000
+++ b/storage/ndb/src/mgmclient/CommandInterpreter.cpp 2008-12-03 13:49:39 +0000
@@ -2236,10 +2236,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:2760) Bug#39667 | Guangbao Ni | 3 Dec |