List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:October 3 2007 9:25am
Subject:bk commit into 5.1 tree (stewart:1.2563) BUG#25064
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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@stripped, 2007-10-03 17:25:46+10:00, stewart@stripped +1 -0
  [PATCH] BUG#25064 Remove newlines from cluster log
  
  Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp
  ===================================================================

  storage/ndb/src/common/debugger/EventLogger.cpp@stripped, 2007-08-14 14:47:54+10:00,
stewart@stripped +5 -5
    BUG#25064 Remove newlines from cluster log

diff -Nrup a/storage/ndb/src/common/debugger/EventLogger.cpp
b/storage/ndb/src/common/debugger/EventLogger.cpp
--- a/storage/ndb/src/common/debugger/EventLogger.cpp	2007-09-12 21:57:58 +10:00
+++ b/storage/ndb/src/common/debugger/EventLogger.cpp	2007-08-14 14:47:54 +10:00
@@ -498,9 +498,9 @@ void getTextTransReportCounters(QQQQ) {
   // ------------------------------------------------------------------- 
   BaseString::snprintf(m_text, m_text_len, 
 		       "Trans. Count = %u, Commit Count = %u, "
-		       "Read Count = %u, Simple Read Count = %u,\n"
+		       "Read Count = %u, Simple Read Count = %u, "
 		       "Write Count = %u, AttrInfo Count = %u, "
-		       "Concurrent Operations = %u, Abort Count = %u\n"
+		       "Concurrent Operations = %u, Abort Count = %u"
 		       " Scans: %u Range scans: %u", 
 		       theData[1], 
 		       theData[2], 
@@ -797,9 +797,9 @@ void getTextBackupFailedToStart(QQQQ) {
 }
 void getTextBackupCompleted(QQQQ) {
   BaseString::snprintf(m_text, m_text_len, 
-		       "Backup %u started from node %u completed\n" 
-		       " StartGCP: %u StopGCP: %u\n"
-		       " #Records: %u #LogRecords: %u\n"
+		       "Backup %u started from node %u completed." 
+		       " StartGCP: %u StopGCP: %u"
+		       " #Records: %u #LogRecords: %u"
 		       " Data: %u bytes Log: %u bytes",
 		       theData[2], refToNode(theData[1]),
 		       theData[3], theData[4], theData[6], theData[8],
Thread
bk commit into 5.1 tree (stewart:1.2563) BUG#25064Stewart Smith3 Oct