Commit 861bca5b authored by unknown's avatar unknown

[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:
  BUG#25064 make formatting of key=value consistent in getTextTransReportCounters
parent a31f9fc4
......@@ -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],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment