summaryrefslogtreecommitdiff
path: root/storage/xtradb/srv/srv0mon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/srv/srv0mon.cc')
-rw-r--r--storage/xtradb/srv/srv0mon.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/srv/srv0mon.cc b/storage/xtradb/srv/srv0mon.cc
index ea346566e57..64417b1e5fb 100644
--- a/storage/xtradb/srv/srv0mon.cc
+++ b/storage/xtradb/srv/srv0mon.cc
@@ -41,8 +41,8 @@ Created 12/9/2009 Jimmy Yang
/* Macro to standardize the counter names for counters in the
"monitor_buf_page" module as they have very structured defines */
#define MONITOR_BUF_PAGE(name, description, code, op, op_code) \
- {"buffer_page_"op"_"name, "buffer_page_io", \
- "Number of "description" Pages "op, \
+ {"buffer_page_" op "_" name, "buffer_page_io", \
+ "Number of " description " Pages " op, \
MONITOR_GROUP_MODULE, MONITOR_DEFAULT_START, \
MONITOR_##code##_##op_code}