summaryrefslogtreecommitdiff
path: root/storage/innobase/include/srv0mon.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/srv0mon.ic')
-rw-r--r--storage/innobase/include/srv0mon.ic12
1 files changed, 6 insertions, 6 deletions
diff --git a/storage/innobase/include/srv0mon.ic b/storage/innobase/include/srv0mon.ic
index 225390c6b6f..0cf76b2ea01 100644
--- a/storage/innobase/include/srv0mon.ic
+++ b/storage/innobase/include/srv0mon.ic
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 2010, 2012, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2010, 2013, Oracle and/or its affiliates. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -26,7 +26,7 @@ Created 1/20/2010 Jimmy Yang
/*************************************************************//**
This function is used to calculate the maximum counter value
since the start of monitor counter
-@return max counter value since start. */
+@return max counter value since start. */
UNIV_INLINE
mon_type_t
srv_mon_calc_max_since_start(
@@ -61,7 +61,7 @@ srv_mon_calc_max_since_start(
/*************************************************************//**
This function is used to calculate the minimum counter value
since the start of monitor counter
-@return min counter value since start. */
+@return min counter value since start. */
UNIV_INLINE
mon_type_t
srv_mon_calc_min_since_start(
@@ -103,9 +103,9 @@ srv_mon_reset_all(
{
/* Do not reset all counter values if monitor is still on. */
if (MONITOR_IS_ON(monitor)) {
- fprintf(stderr, "InnoDB: Cannot reset all values for "
- "monitor counter %s while it is on. Please "
- "turn it off and retry. \n",
+ fprintf(stderr, "InnoDB: Cannot reset all values for"
+ " monitor counter %s while it is on. Please"
+ " turn it off and retry.\n",
srv_mon_get_name(monitor));
} else {
MONITOR_RESET_ALL(monitor);