mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
[PATCH] BUG#25064 make formatting of key=value consistent in getTextTransReportCounters
Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp ===================================================================
This commit is contained in:
parent
5415286db8
commit
a43fa8e500
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue