summaryrefslogtreecommitdiff
path: root/storage/ndb/src/common
diff options
context:
space:
mode:
authorunknown <stewart@flamingspork.com[stewart]>2007-10-03 17:25:46 +1000
committerunknown <stewart@flamingspork.com[stewart]>2007-10-03 17:25:46 +1000
commit0114d06c29318fa867adcea3ea3024b507648c33 (patch)
tree1f5b5e6ab2a20b18256805e6ee8699657c254a63 /storage/ndb/src/common
parent7327bccd77ce1f57fa6aeec11667fde5a5442027 (diff)
downloadmariadb-git-0114d06c29318fa867adcea3ea3024b507648c33.tar.gz
[PATCH] BUG#25064 Remove newlines from cluster log
Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp =================================================================== storage/ndb/src/common/debugger/EventLogger.cpp: BUG#25064 Remove newlines from cluster log
Diffstat (limited to 'storage/ndb/src/common')
-rw-r--r--storage/ndb/src/common/debugger/EventLogger.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/storage/ndb/src/common/debugger/EventLogger.cpp b/storage/ndb/src/common/debugger/EventLogger.cpp
index 0964a54f906..bcc0d4a969c 100644
--- a/storage/ndb/src/common/debugger/EventLogger.cpp
+++ b/storage/ndb/src/common/debugger/EventLogger.cpp
@@ -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],