List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:October 3 2007 9:26am
Subject:bk commit into 5.1 tree (stewart:1.2564) 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:26:03+10:00, stewart@stripped +1 -0
  [PATCH] BUG#25064 make formatting of key=value consistent in getTextTransReportCounters
  
  Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp
  ===================================================================

  storage/ndb/src/common/debugger/EventLogger.cpp@stripped, 2007-08-14 14:49:39+10:00,
stewart@stripped +1 -1
    BUG#25064 make formatting of key=value consistent in getTextTransReportCounters

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-08-14 14:47:54 +10:00
+++ b/storage/ndb/src/common/debugger/EventLogger.cpp	2007-08-14 14:49:39 +10:00
@@ -501,7 +501,7 @@ void getTextTransReportCounters(QQQQ) {
 		       "Read Count = %u, Simple Read Count = %u, "
 		       "Write Count = %u, AttrInfo Count = %u, "
 		       "Concurrent Operations = %u, Abort Count = %u"
-		       " Scans: %u Range scans: %u", 
+		       " Scans = %u Range scans = %u", 
 		       theData[1], 
 		       theData[2], 
 		       theData[3], 
Thread
bk commit into 5.1 tree (stewart:1.2564) BUG#25064Stewart Smith3 Oct