mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
[PATCH] BUG#25064 Remove newlines from cluster log
Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp ===================================================================
This commit is contained in:
parent
766e0694f4
commit
5415286db8
1 changed files with 5 additions and 5 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Reference in a new issue