1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00

Also update printer

This commit is contained in:
joreland@mysql.com
2004-08-31 22:17:58 +02:00
parent c246824929
commit 30171dd181

View File

@@ -624,7 +624,8 @@ EventLogger::getText(int type,
"%sTrans. Count = %u, Commit Count = %u, "
"Read Count = %u, Simple Read Count = %u,\n"
"Write Count = %u, AttrInfo Count = %u, "
"Concurrent Operations = %u, Abort Count = %u",
"Concurrent Operations = %u, Abort Count = %u\n"
" Scans: %u Range scans: %u",
theNodeId,
theData[1],
theData[2],
@@ -633,7 +634,9 @@ EventLogger::getText(int type,
theData[5],
theData[6],
theData[7],
theData[8]);
theData[8],
theData[9],
theData[10]);
break;
case EventReport::OperationReportCounters:
::snprintf(m_text, sizeof(m_text),