summaryrefslogtreecommitdiff
path: root/storage/perfschema/pfs_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/pfs_timer.h')
-rw-r--r--storage/perfschema/pfs_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_timer.h b/storage/perfschema/pfs_timer.h
index ec4171f45b1..1cae20e89dd 100644
--- a/storage/perfschema/pfs_timer.h
+++ b/storage/perfschema/pfs_timer.h
@@ -102,7 +102,7 @@ extern enum_timer_name statement_timer;
Timer information data.
Characteristics about each suported timer.
*/
-extern MY_TIMER_INFO sys_timer_info;
+extern MY_TIMER_INFO pfs_timer_info;
/** Initialize the timer component. */
void init_timers();