#At file:///home/ngb/mysql/bzr/6.3-bug39667/
2721 Guangbao Ni 2008-10-23
BUG#39667 Starting phase is reported differently in cluster.log and ndb_mgm
modified:
storage/ndb/src/common/debugger/EventLogger.cpp
per-file messages:
storage/ndb/src/common/debugger/EventLogger.cpp
modifying the cluster.log and ndb_mgm have the same starting phase. the starting phase should be "starting", not "completed".
=== modified file 'storage/ndb/src/common/debugger/EventLogger.cpp'
--- a/storage/ndb/src/common/debugger/EventLogger.cpp 2008-04-22 20:09:38 +0000
+++ b/storage/ndb/src/common/debugger/EventLogger.cpp 2008-10-23 18:04:51 +0000
@@ -197,13 +197,13 @@ void getTextStartPhaseCompleted(QQQQ) {
break;
default:
BaseString::snprintf(m_text, m_text_len,
- "Start phase %u completed (unknown = %d)",
+ "Start phase %u starting (unknown = %d)",
theData[1],
theData[2]);
return;
}
BaseString::snprintf(m_text, m_text_len,
- "Start phase %u completed %s",
+ "Start phase %u starting %s",
theData[1],
type);
}
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (gni:2721) Bug#39667 | Guangbao Ni | 23 Oct |